git:alias: Reorder auto{squash,fixup}

As the flag is called `--autosquash`, the order makes more sense like
this.
This commit is contained in:
2023-01-17 16:34:05 +01:00
parent 0ae5f17dd0
commit 805180be5d

View File

@@ -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