From 3ddfc7d3f9c88876fcd397effb32a7d65148a2f3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Jul 2013 14:20:08 -0400 Subject: [PATCH] gc --- doc/index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! -- 2.39.2