Skip to content

Instantly share code, notes, and snippets.

@jboulhous
Created July 16, 2013 11:37
Show Gist options
  • Save jboulhous/6007980 to your computer and use it in GitHub Desktop.
Save jboulhous/6007980 to your computer and use it in GitHub Desktop.
Push to github from cloud9

Add a git remote in the Cloud9 console. Should look like this (replace the git url with your repo url):

git remote add origin git@github.com:C9Support/testPush.git 

Add files and commit them:

git add . 
git commit -m "First commit"

Push to github:

git push -u origin master
@sainiashish9641
Copy link

Awessommm..... i got the solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment