Provide additional commit maps

This commit is contained in:
Tim Pope
2019-07-09 04:28:19 -04:00
parent 2992275d8e
commit 07661dc102
2 changed files with 29 additions and 10 deletions

View File

@@ -366,9 +366,15 @@ cva Amend the last commit with -v
cf Create a `fixup!` commit for the commit under the
cursor.
cF Create a `fixup!` commit for the commit under the
cursor and immediately rebase it.
cs Create a `squash!` commit for the commit under the
cursor.
cS Create a `squash!` commit for the commit under the
cursor and immediately rebase it.
cA Create a `squash!` commit for the commit under the
cursor and edit the message.