Skip to content

Instantly share code, notes, and snippets.

@bhowe
Created January 7, 2017 16:52
Show Gist options
  • Select an option

  • Save bhowe/1e67dd59963f6977c8a0f5c102d83d84 to your computer and use it in GitHub Desktop.

Select an option

Save bhowe/1e67dd59963f6977c8a0f5c102d83d84 to your computer and use it in GitHub Desktop.
Push to github from cloud9
# works the same as git from command line on any machine
# will need to connect cloud9 - github via ssh key
# Go here and create a new key https://c9.io/account/ssh
# copy the key
# go to https://github.com/settings/keys set key
wiseguys:~/workspace (master) $ git add .
wiseguys:~/workspace (master) $ git commit -m 'few updates'
blah
blah
blah
blah
blah
wiseguys:~/workspace (master) $ git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment