From d9603c543c957e4c3b40ebc8bec30e1bd96040b2 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 14 Dec 2024 15:57:23 +0100 Subject: [PATCH] Update git aliases --- .gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 013b503..e77a133 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,12 +9,14 @@ [alias] d = diff - dc = diff --cached + ds = diff --staged a = add ap = add -p + c = commit cm = commit -m l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short - s = status -s + s = status --short + sv = status --verbose co = checkout cob = checkout -b # Note these follow the naming convention of my `.bash_aliases`