Skip to content

Instantly share code, notes, and snippets.

@puginabox
Created December 28, 2014 19:19
Show Gist options
  • Save puginabox/8b58370147dcd0aad650 to your computer and use it in GitHub Desktop.
Save puginabox/8b58370147dcd0aad650 to your computer and use it in GitHub Desktop.
touch README.md
git init
git add README.md
git commit -am "initial commit"
git remote add origin https://github.com/puginabox/batman.git
git push -u origin master
@puginabox
Copy link
Author

create new github project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment