Skip to content

Instantly share code, notes, and snippets.

@lukaszewczak
Created September 19, 2014 21:13
Show Gist options
  • Save lukaszewczak/ea65b23e46d506dee99a to your computer and use it in GitHub Desktop.
Save lukaszewczak/ea65b23e46d506dee99a to your computer and use it in GitHub Desktop.
Create repo
mkdir angularjs-styleguide
cd angularjs-styleguide
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:nazwa-projektu.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment