Skip to content

Instantly share code, notes, and snippets.

@eladmeidar
Created October 10, 2012 13:44
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 eladmeidar/3865728 to your computer and use it in GitHub Desktop.
Save eladmeidar/3865728 to your computer and use it in GitHub Desktop.
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:fiverr/RobencHood.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment