summaryrefslogtreecommitdiffstats
path: root/tests/files/working/dot_git/config
blob: 073357b490ce8a2d2c751b3b01b6ec1d828630e4 (plain)
1
2
3
4
5
6
7
8
9
10
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[gui]
	geometry = 986x682+365+124 211 500
[remote "working"]
	url = ../working.git
	fetch = +refs/heads/*:refs/remotes/working/*