Skip to content

Instantly share code, notes, and snippets.

@astro-gokart
Created June 6, 2015 17:41
Show Gist options
  • Save astro-gokart/a8bfd0e3ce898a1ab1a0 to your computer and use it in GitHub Desktop.
Save astro-gokart/a8bfd0e3ce898a1ab1a0 to your computer and use it in GitHub Desktop.
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