Skip to content

Instantly share code, notes, and snippets.

@Vvvetal-90
Created September 20, 2016 11:07
Show Gist options
  • Save Vvvetal-90/0faa6f91cb472e264e445a35393c8ae5 to your computer and use it in GitHub Desktop.
Save Vvvetal-90/0faa6f91cb472e264e445a35393c8ae5 to your computer and use it in GitHub Desktop.
start
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Vvvetal-90/subl.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment