'when' instructions

This commit is contained in:
Dan Croak 2011-03-24 13:36:59 -04:00
parent 2f2d20e714
commit e246ac95f9

View file

@ -23,6 +23,8 @@ safely run this file multiple times to update.
Track thoughtbot/dotfiles
-------------------------
One time:
git remote add thoughtbot git@github.com:thoughtbot/dotfiles.git
git fetch thoughtbot
git checkout -b thoughtbot thoughtbot/master
@ -30,6 +32,8 @@ Track thoughtbot/dotfiles
Update
------
Each time you want to update:
git checkout thoughtbot
git pull --rebase
git checkout master