X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/97e6a460eae6b3f1f68f771587a26b17891f8ec3..08869176abdcbe9db5395ade0810e99c76013907:/.mr/base 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]