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
|
2024-07-10 11:01:01 +00:00
|
|
|
name = Tiago Garcia
|
|
|
|
signingkey = 545513959AF6B11BBAD0EF3FFF0A53A30B1ADF82
|
2023-11-06 20:11:34 +00:00
|
|
|
[core]
|
2024-07-10 11:01:01 +00:00
|
|
|
editor = nvim
|
2023-12-29 15:52:19 +00:00
|
|
|
excludesfile = /home/tiagorg/.gitignore
|
2023-11-06 20:11:34 +00:00
|
|
|
[alias]
|
|
|
|
commit = commit -S
|
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
|
|
|
[tag]
|
|
|
|
gpgsign = true
|
2023-12-11 23:33:21 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|