mirror of https://github.com/mitchell/dotfiles.git
Add amend git alias
This commit is contained in:
parent
55614fd0e4
commit
125ed77983
|
@ -12,6 +12,7 @@
|
||||||
lola = log --graph --decorate --oneline --all --date-order
|
lola = log --graph --decorate --oneline --all --date-order
|
||||||
blog = log origin/master... --left-right
|
blog = log origin/master... --left-right
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
|
amend = commit --amend -C HEAD
|
||||||
fixup = commit --fixup
|
fixup = commit --fixup
|
||||||
squash = commit --squash
|
squash = commit --squash
|
||||||
unstage = reset HEAD
|
unstage = reset HEAD
|
||||||
|
|
Loading…
Reference in New Issue