Add amend git alias

This commit is contained in:
mitchell 2021-01-31 19:37:35 -05:00
parent 55614fd0e4
commit 125ed77983
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
lola = log --graph --decorate --oneline --all --date-order
blog = log origin/master... --left-right
ds = diff --staged
amend = commit --amend -C HEAD
fixup = commit --fixup
squash = commit --squash
unstage = reset HEAD