blob: a666fe5b1d43fec402f604cf277d3db31897cf09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|