about summary refs log tree commit diff stats
path: root/.config/git/config
blob: 5c17f3d126bb3b470c45160200f33dfb1c8e2369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
	email = vitorg@tilde.team
	name = Vitor Gonçalves
	signingKey = 65DA8300A1A5E18AE6EB0DEBB90BF113DF56EB41
[init]
    defaultBranch = master
[core]
	sshCommand = ssh -i ~/.ssh/id_verngit
    editor = nvim
	pager = bat
[commit]
	gpgsign = true
[push]
    autoSetupRemote = true
[pull]
	rebase = false