Created
January 7, 2017 16:52
-
-
Save bhowe/1e67dd59963f6977c8a0f5c102d83d84 to your computer and use it in GitHub Desktop.
Push to github from cloud9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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