From 35e026bbf544c32ce6da5aa516112e3c172382d7 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 16 Oct 2024 11:38:36 +0900 Subject: [PATCH] Update gitconfig with space fixes --- etc/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/gitconfig b/etc/gitconfig index 5a3edb9..108d22f 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -79,9 +79,9 @@ # branch br = branch -vv # branches sort by last commit date - brc= branch -vv --sort=committerdate + brc = branch -vv --sort=committerdate # remote branches - brr= branch -vv -r + brr = branch -vv -r # all branches bra = branch -vv -a # shortcut for status