From 4db0fc3f1079d74632eb54cf7945e5f87706fe53 Mon Sep 17 00:00:00 2001 From: fanyx Date: Sat, 9 Sep 2023 10:28:47 +0200 Subject: [PATCH] Normalize git config --- .config/git/config | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/git/config b/.config/git/config index 2e1c93d..2006480 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,14 +3,15 @@ name = fanyx [includeIf "gitdir:~/b1/"] - path = ~/b1/.config/git/config + path = ~/b1/.config/git/config [includeIf "gitdir:~/b1/sap/"] - path = ~/b1/sap/.config/git/config + path = ~/b1/sap/.config/git/config [alias] - co = checkout - cn = checkout -b + co = checkout + cn = checkout -b + cm = commit -m l = log --pretty='format:%h %G? %s%d' -n20 --graph --color tags = tag -l branches = branch -a @@ -19,10 +20,10 @@ ss = s -uno [color] - diff = auto + diff = auto [init] - defaultBranch = main + defaultBranch = main [credential] - helper = store + helper = store