vitorpy's Dotfiles
1[user]
2 email = vitor@vitorpy.com
3 name = Vitor Py
4 signingkey = BBBA1894B466A6F5B8DCC4B14448F2187C3179B9
5[commit]
6 gpgsign = true
7[alias]
8 logs = log --show-signature
9[init]
10 defaultBranch = main
11[core]
12 excludesFile = ~/.gitignore
13[push]
14 autoSetupRemote = true
15[diff "lockb"]
16 textconv = bun
17[filter "lfs"]
18 smudge = git-lfs smudge -- %f
19 process = git-lfs filter-process
20 required = true
21 clean = git-lfs clean -- %f
22[credential "https://github.com"]
23 helper =
24 helper = !/usr/bin/gh auth git-credential
25[credential "https://gist.github.com"]
26 helper =
27 helper = !/usr/bin/gh auth git-credential