summaryrefslogtreecommitdiff
path: root/.config/git/config
blob: e02d61793e54f3246e49a5a8fe5f934928a165b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Benjamin Chausse
email = benjamin@chausse.xyz
[init]
	defaultBranch = master
[push]
	autoSetupRemote = true
[pull]
	rebase = false