From 06192dc3b91822f6185a41122442df3e763d8dcd Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 22 Dec 2012 15:04:00 -0600 Subject: [PATCH] .gitconfig: Use 'status -sb', tweak color.branch.remote * Use "status -sb" for "sb" alias. Shorter and sweeter. * Use non-bold green for color.branch.remote. Lower contrast. --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 300fc89..06ca561 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,7 +5,7 @@ [alias] # Simple aliases ci = commit - st = status + st = status -sb br = branch co = checkout tags = tag -n1 -l @@ -62,7 +62,7 @@ [color "branch"] current = yellow reverse local = yellow bold - remote = green bold + remote = green plain = red bold [color "status"] -- 2.43.0