mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add amend git alias
This commit is contained in:
parent
55614fd0e4
commit
125ed77983
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue