Git: Add alias `cm = commit -m`

This commit is contained in:
hedy 2022-11-10 13:21:24 +00:00
parent 99dac23063
commit 7146c81520
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
cam = commit -am # rarely used; cav and cv are now my best friends :>
cav = commit -av
cv = commit -v
cm = commit -m
coops = commit --amend --no-edit # commit... oops!
pushall = !git remote | xargs -L1 git push --all
# Same as pushall but not for all branches