From 09f96c2a3abc9adee74603c90907ae81f2aa8e89 Mon Sep 17 00:00:00 2001 From: fanyx Date: Thu, 29 Sep 2022 09:57:52 +0200 Subject: [PATCH] Add git config --- .config/git/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/git/config diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..6ec21ca --- /dev/null +++ b/.config/git/config @@ -0,0 +1,20 @@ +[user] + email = fanyx@fanyx.xyz + name = fanyx + +[alias] + l = log --pretty='format:%h %G? %s%d' -n20 --graph + tags = tag -l + branches = branch -a + remotes = remote -v + s = status -sb + ss = s -uno + +[color] + diff = auto + +[init] + defaultBranch = main + +[credential] + helper = store