Created
April 29, 2015 23:22
-
-
Save kangkyu/962746a4ca2a1110d711 to your computer and use it in GitHub Desktop.
create a new repository on the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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