Created
June 6, 2015 17:41
-
-
Save astro-gokart/a8bfd0e3ce898a1ab1a0 to your computer and use it in GitHub Desktop.
This file contains 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
mkdir code-for-america | |
cd code-for-america | |
echo "# road event-app-api" >> README.md | |
git init | |
git add . | |
git commit -m 'init commit' | |
git remote add origin https://github.com/cforlando/road-event-app-api.git | |
git push -u origin master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment