Skip to content

Instantly share code, notes, and snippets.

@asathoor
Created September 16, 2015 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asathoor/039faa3f66d0913fe158 to your computer and use it in GitHub Desktop.
Save asathoor/039faa3f66d0913fe158 to your computer and use it in GitHub Desktop.
echo "# CSS-workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/asathoor/CSS-workshop.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment