git:alias: Reorder auto{squash,fixup}
As the flag is called `--autosquash`, the order makes more sense like this.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
[alias]
|
||||
# Automatically fixup/squash marked commits without opening the
|
||||
# git-rebase-todo
|
||||
autofixup = -c sequence.editor=/bin/true rebase -i --autosquash
|
||||
autosquash = autofixup
|
||||
autosquash = -c sequence.editor=/bin/true rebase -i --autosquash
|
||||
autofixup= autosquash
|
||||
|
||||
branches = track
|
||||
c = commit
|
||||
|
||||
Reference in New Issue
Block a user