From a48c3156028180457dbfca5b99d8943f2ed28c8d Mon Sep 17 00:00:00 2001 From: Zhiye Li Date: Mon, 31 Aug 2015 16:31:40 -0500 Subject: [PATCH] Updated Plugin:git (markdown) --- Plugin:git.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index 8586fe1..b52a0e0 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -26,8 +26,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gc | git commit -v | | gc! | git commit -v --amend | | gca | git commit -v -a -| -| gcam | git commit -a -m | +| gcam | git commit -a -m | | gca! | git commit -v -a --amend | | gcan! | git commit -v -a -s --no-edit --amend | | gcb | git checkout -b |