Updated Plugin:git (markdown)

Zhiye Li 2015-08-31 16:30:15 -05:00
parent bbc9babeec
commit 513603aafd

@ -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 |