Created
March 2, 2014 18:31
-
-
Save tomvdb/9311276 to your computer and use it in GitHub Desktop.
github add code
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
| (1) create repo and init on github | |
| (2) clone to local | |
| (3) add code | |
| (4) git add -A | |
| (5) git remote set-url origin <add remote url> | |
| (6) git commit -m 'initial commit' | |
| (7) git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment