Skip to content

Pushing to Git from c9

Joe Gertler edited this page Aug 22, 2017 · 2 revisions

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

Clone this wiki locally