Instruction for push to GitHub - luigisaetta/orakuragateway GitHub Wiki

This is a private reminder, for me, on how to push code changes to github.

For some reason I have separated the Eclipse project from the directory on Mu MacBook from where I push to github.

Therefore, for every code change (when I want to commit)

  1. copy from /Users/LSaetta/kura/workspace/org.eclipse.kura.example.IoTGateway to /Users/LSaetta/Progetti/orakuragateway/orakuragateway

  2. Goto /Users/LSaetta/Progetti/orakuragateway/orakuragateway git add... git commit.... git push -u origin master

Should be all