Add 'git commit --ammend' alias
parent
8b893257af
commit
69d5463960
|
@ -15,6 +15,7 @@
|
||||||
ap = add -p
|
ap = add -p
|
||||||
c = commit
|
c = commit
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
|
cam = commit --amend
|
||||||
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
|
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
|
||||||
s = status --short
|
s = status --short
|
||||||
sv = status --verbose
|
sv = status --verbose
|
||||||
|
|
Loading…
Reference in New Issue