From 805180be5dfe3d2007b80f101994bb9b6338ab03 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 17 Jan 2023 16:34:05 +0100 Subject: [PATCH] git:alias: Reorder auto{squash,fixup} As the flag is called `--autosquash`, the order makes more sense like this. --- .config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 0c2ddc4..1424192 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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