Skip to content

Instantly share code, notes, and snippets.

@kangkyu
Created April 29, 2015 23:22
Show Gist options
  • Save kangkyu/962746a4ca2a1110d711 to your computer and use it in GitHub Desktop.
Save kangkyu/962746a4ca2a1110d711 to your computer and use it in GitHub Desktop.
create a new repository on the command line
git clone https://github.com/kangkyu/list-of-hamburger-restaurants.git
cd list-of-hamburger-restaurants
echo "# list-of-hamburger-restaurants" >> README.md
git add README.md
git commit -m "first commit"
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment