From 4c305e9f4c092f7efe81549ab733430139f4491b Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Tue, 16 Sep 2025 11:58:27 +0200 Subject: [PATCH] add git st alias --- config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/git/config b/config/git/config index c845688..3da1394 100644 --- a/config/git/config +++ b/config/git/config @@ -14,6 +14,7 @@ c = commit -m ca = commit -am s = status + st = status -s d = diff co = checkout col = checkout - @@ -28,3 +29,5 @@ name = Simon Studer [pull] rebase = true +[includeIf "gitdir:~/Projects/Krypt/"] + path = ~/Projects/Krypt/.gitconfig_include