Skip to content

Instantly share code, notes, and snippets.

@tomvdb
Created March 2, 2014 18:31
Show Gist options
  • Select an option

  • Save tomvdb/9311276 to your computer and use it in GitHub Desktop.

Select an option

Save tomvdb/9311276 to your computer and use it in GitHub Desktop.
github add code
(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