Skip to content

Instantly share code, notes, and snippets.

@octave08
Created February 14, 2017 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octave08/510869a19db31976ab12f8d03382f6de to your computer and use it in GitHub Desktop.
Save octave08/510869a19db31976ab12f8d03382f6de to your computer and use it in GitHub Desktop.
git init
git status
git add *
git commit -m "init"
git remote add origin (git-addres)
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment