Skip to content

Instantly share code, notes, and snippets.

@oleglomako
Created September 30, 2016 22:13
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 oleglomako/a00e7eceea32f41011790dca962ce646 to your computer and use it in GitHub Desktop.
Save oleglomako/a00e7eceea32f41011790dca962ce646 to your computer and use it in GitHub Desktop.
git init
git add .
git commit -m 'initial commit'
git remote add origin https://github.com/user_name/test.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment