Add 'git commit --ammend' alias

master
Hektor Misplon 2024-12-14 16:35:58 +01:00
parent 8b893257af
commit 69d5463960
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
ap = add -p
c = commit
cm = commit -m
cam = commit --amend
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
s = status --short
sv = status --verbose