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]
|
[alias]
|
||||||
# Automatically fixup/squash marked commits without opening the
|
# Automatically fixup/squash marked commits without opening the
|
||||||
# git-rebase-todo
|
# git-rebase-todo
|
||||||
autofixup = -c sequence.editor=/bin/true rebase -i --autosquash
|
autosquash = -c sequence.editor=/bin/true rebase -i --autosquash
|
||||||
autosquash = autofixup
|
autofixup= autosquash
|
||||||
|
|
||||||
branches = track
|
branches = track
|
||||||
c = commit
|
c = commit
|
||||||
|
|||||||
Reference in New Issue
Block a user