Update git command in README
Even though a lot of people setup `git co`, it's not available on a fresh install. Makes copy-pasta for creating my-boxen easier.
This commit is contained in:
parent
6e1bd53216
commit
4d1599b167
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,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