From 501cc7914293366dfb167ebd87256fd43532e8ed Mon Sep 17 00:00:00 2001 From: garhve Date: Mon, 16 Sep 2024 11:51:26 +0800 Subject: add git/awesome --- .config/git/config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/git/config (limited to '.config/git/config') diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..a666fe5 --- /dev/null +++ b/.config/git/config @@ -0,0 +1,16 @@ +[user] + name = garhve + email = git@garhve.com + signingkey = gpg@garhve.com +[core] + editor = vim + excludesfile = ~/.config/git/gitignore_global + hooksPath = ~/.config/git/git_template/hooks +[init] + defaultBranch = main +[credential] + helper = store +[commit] + gpgsign = true +[gitweb] + owner = garhve -- cgit v1.2.3-70-g09d2