2023-11-06 20:11:34 +00:00
|
|
|
[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 = TiagoRG
|
|
|
|
signingkey = DFCD48E3F420DB42!
|
|
|
|
[core]
|
|
|
|
editor = nvim
|
|
|
|
[alias]
|
|
|
|
commit = commit -S
|
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
|
|
|
[tag]
|
|
|
|
gpgsign = true
|
2023-12-11 23:33:21 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|