aboutsummaryrefslogtreecommitdiffstats
path: root/Windows/.gitconfig
blob: b3d20bf58a362163891c9cb87cd00f8bb7bb3d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
	signingkey = 
	name = 
	email = 
[commit]
	gpgsign = true
[core]
	autocrlf = true
	safecrlf = warn
[init]
	defaultBranch = master
[color]
	ui = auto
[gpg]
	program = C:/Scoop/apps/gnupg/current/bin/gpg.exe
[gui]
	encoding = utf-8