From 513603aafd4ff1b06105019b153d3d14b3af6419 Mon Sep 17 00:00:00 2001 From: Zhiye Li Date: Mon, 31 Aug 2015 16:30:15 -0500 Subject: [PATCH] Updated Plugin:git (markdown) --- Plugin:git.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index 22c5fa3..8586fe1 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -25,7 +25,9 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gbss | git bisect start | | gc | git commit -v | | gc! | git commit -v --amend | -| gca | git commit -v -a | +| gca | git commit -v -a +| +| gcam | git commit -a -m | | gca! | git commit -v -a --amend | | gcan! | git commit -v -a -s --no-edit --amend | | gcb | git checkout -b | @@ -153,4 +155,4 @@ These features allow to pause a branch development and switch to another one (_" |:-----------------|:------------------------------------------------| | work_in_progress | Echoes a warning if the current branch is a wip | | gwip | Commit wip branch | -| gunwip | Uncommit wip branch | +| gunwip | Uncommit wip branch | \ No newline at end of file