22 lines
463 B
INI
22 lines
463 B
INI
[credential "https://github.com"]
|
|
helper =
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[user]
|
|
email = tiago.rgarcia@ua.pt
|
|
name = Tiago Garcia
|
|
signingkey = 545513959AF6B11BBAD0EF3FFF0A53A30B1ADF82
|
|
[core]
|
|
editor = nvim
|
|
excludesfile = /home/tiagorg/.gitignore
|
|
[alias]
|
|
commit = commit -S
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgsign = true
|
|
[init]
|
|
defaultBranch = main
|