summaryrefslogtreecommitdiff
path: root/.config/git/config
diff options
context:
space:
mode:
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