aboutsummaryrefslogtreecommitdiff
path: root/tests/git.conf
blob: d61a8d35a5ba7485f12bc11739f8177adb19a4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sample Git configuration file for Grecs
#
[core] # Comment
	repositoryformatversion = 0
	filemode = true
	bare = false # Comment
	logallrefupdates = true
[remote.origin]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = ssh://git.gnu.org.ua/gitroot/grecs.git
[branch "master"]
	remote = origin
	merge = refs/heads/master

Return to:

Send suggestions and report system problems to the System administrator.