Skip to content

Instantly share code, notes, and snippets.

@deepaknverma
Created February 11, 2015 00:25
Show Gist options
  • Save deepaknverma/cd8b84df0f3c8191387a to your computer and use it in GitHub Desktop.
Save deepaknverma/cd8b84df0f3c8191387a to your computer and use it in GitHub Desktop.
Add readme to git repo
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/abc/myproject.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment