Skip to content

Instantly share code, notes, and snippets.

@rdobrynin
Created March 26, 2015 12:14
Show Gist options
  • Save rdobrynin/1a3fe274520edbfbd96b to your computer and use it in GitHub Desktop.
Save rdobrynin/1a3fe274520edbfbd96b to your computer and use it in GitHub Desktop.
github
echo "# backbone" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/rdobrynin/backbone.git
git push -u origin master
git remote add origin https://github.com/rdobrynin/backbone.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment