.dotfiles/.gitconfig

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