about summary refs log tree commit diff stats
path: root/dot_config/git/config
blob: 3397c8a6448e1f93f2e201607f55cbbea6be13b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[user]
	email = vitorg@tilde.team
	name = Vitor Gonçalves
	signingKey = 65DA8300A1A5E18AE6EB0DEBB90BF113DF56EB41
[core]
	sshCommand = ssh -i ~/.ssh/id_codeberg
[commit]
	gpgsign = true
[pull]
	rebase = false