Skip to content

Instantly share code, notes, and snippets.

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