From: Joey Hess Date: Fri, 5 Jul 2013 18:20:08 +0000 (-0400) Subject: gc X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/3ddfc7d3f9c88876fcd397effb32a7d65148a2f3 gc --- diff --git a/doc/index.mdwn b/doc/index.mdwn index 01a3e78..88db812 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -57,8 +57,8 @@ or even globally so `mr` can use them in all repositories. git push origin master [DEFAULT] - # Teach mr how to `mr reup` to update with rebasing. - git_reup = git pull --rebase + # Teach mr how to `mr gc` in git repos. + git_gc = git gc "$@" This only scratches the surface of the ways you can use myrepos to automate and mange your repositories!