Always use verbose commit.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers 2014-01-08 15:28:57 +01:00
parent a891b62eca
commit 896c47d0f8
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@
a = add
ua = reset HEAD
b = branch
c = commit
ca = commit -a
cm = commit -m
cam = commit -am
c = commit --verbose
ca = commit -a --verbose
cm = commit -m --verbose
cam = commit -am --verbose
co = checkout
d = diff --color-words
s = status -sb