Push changes to git repo - jigneshpshah/greycube_helpmanual GitHub Wiki

To add all changes git add .

git commit -m "message comment for the changes done"

git push upstream <branch name>

e.g. git push upstream master

Keep git username and password ready