From: martin f. krafft Date: Sun, 18 May 2008 13:29:20 +0000 (+0100) Subject: do not checkout joeyh X-Git-Url: https://git.madduck.net/etc/myrepos.git/commitdiff_plain/08869176abdcbe9db5395ade0810e99c76013907 do not checkout joeyh --- diff --git a/.mr/base b/.mr/base index 3fd8842..8c45a41 100644 --- a/.mr/base +++ b/.mr/base @@ -27,7 +27,7 @@ update = case "$(git config --get remote.origin.url)" in \ *git.madduck.net*) git pull "$@";; \ *) git remote add joeyh git://git.kitenet.net/mr; \ git remote update; \ - git checkout -b joeyh joeyh/master;; \ + git branch joeyh joeyh/master;; \ esac [code/mrsetup]