X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/3e2a000afbbc3f16ac6e79426f4a552a67e2526b..08869176abdcbe9db5395ade0810e99c76013907:/.mr/base?ds=inline diff --git a/.mr/base b/.mr/base index b640106..8c45a41 100644 --- a/.mr/base +++ b/.mr/base @@ -23,6 +23,12 @@ checkout = checkout_hack_branch mr \ ssh://git.madduck.net/~/git/pub/code/mr.git 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 remote add joeyh git://git.kitenet.net/mr; \ + git remote update; \ + git branch joeyh joeyh/master;; \ + esac [code/mrsetup] checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup