Merge pull request #16 from technicalpickles/fix-git-co-in-readme
Update git command in README
This commit is contained in:
commit
ec849b811d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue