.dotfiles/.gitconfig

22 lines
463 B
INI
Raw Normal View History

[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
[core]
2024-07-10 11:01:01 +00:00
editor = nvim
excludesfile = /home/tiagorg/.gitignore
[alias]
commit = commit -S
[commit]
gpgsign = true
[tag]
gpgsign = true
[init]
defaultBranch = main