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
|
2024-07-18 01:36:39 +00:00
|
|
|
signingkey = 163D23CB1BD2F4FECA6D3695DFCD48E3F420DB42
|
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
|
2024-10-21 14:13:58 +00:00
|
|
|
pr = pull --rebase
|
2023-11-06 20:11:34 +00:00
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
|
|
|
[tag]
|
|
|
|
gpgsign = true
|
2023-12-11 23:33:21 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
2024-10-21 14:13:58 +00:00
|
|
|
[pull]
|
|
|
|
rebase = true
|