summaryrefslogtreecommitdiff
path: root/.config/git/config
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2024-09-16 11:51:26 +0800
committergarhve <git@garhve.com>2024-09-16 11:51:26 +0800
commit501cc7914293366dfb167ebd87256fd43532e8ed (patch)
tree7da202bee63b7ceb79b875bed60654daf3c7ce65 /.config/git/config
parentb25ba7ac30630c1b664534089778b87af6c723b1 (diff)
add git/awesome
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config16
1 files changed, 16 insertions, 0 deletions
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