Merge pull request #16 from technicalpickles/fix-git-co-in-readme

Update git command in README
This commit is contained in:
Will Farrington 2012-10-21 23:31:12 -07:00
commit ec849b811d

View file

@ -19,7 +19,7 @@ This repository template is just a basic example of _how_ to do things with them
git init
git remote add upstream https://github.com/boxen/our-boxen
git fetch upstream
git co -b master upstream/master
git checkout -b master upstream/master
git remote add origin https://github.com/wfarr/my-boxen
git push origin master