X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/d62ba8d608aeb62ab1f952a3dd5fbe1cb09f2274..79207c6d5a141eb29de83731c9778424b6bd79b1:/.mr/base diff --git a/.mr/base b/.mr/base index a34668d..059b590 100644 --- a/.mr/base +++ b/.mr/base @@ -34,7 +34,10 @@ checkout = checkout_hack_branch mr \ ln -fs ../code/mr/mr ~/.bin/mr git branch vcsh origin/vcsh update = case "$(git config --get remote.origin.url)" in - *git.madduck.net*) git pull "$@";; + *git.madduck.net*|madduck:*) + git branch -D fu 2>/dev/null || : + git branch -r -d origin/fu 2>/dev/null || : + git pull "$@";; *) git remote add joeyh git://git.kitenet.net/mr || : git fetch joeyh git checkout -b joeyh joeyh/master || :