Pushing to Git from c9 - megaman111/COMSC165 GitHub Wiki
In the git console region of c9, the following commands are used to push.
git add . git commit -m "commit changes here" git push -u origin master
In the git console region of c9, the following commands are used to push.
git add . git commit -m "commit changes here" git push -u origin master