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)
-
copy from /Users/LSaetta/kura/workspace/org.eclipse.kura.example.IoTGateway to /Users/LSaetta/Progetti/orakuragateway/orakuragateway
-
Goto /Users/LSaetta/Progetti/orakuragateway/orakuragateway git add... git commit.... git push -u origin master
Should be all