dotfiles/.gitconfig
2025-12-14 18:11:49 +00:00

14 lines
264 B
INI

[user]
email = tiagao2001@hotmail.com
name = tsousa111
signingkey = ~/.ssh/git/sign_key
[commit]
gpgsign = true
[gpg]
format = ssh
[tag]
gpgsign = true
[init]
defaultBranch = main
[alias]
tree = log --oneline --greaph --decorate --all