Always use verbose commit.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
parent
a891b62eca
commit
896c47d0f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user