aboutsummaryrefslogtreecommitdiff
path: root/tests/git.conf
blob: 9a97b16ed335337c28a2b290663d48b229dbc281 (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/argot.git
[branch "master"]
	remote = origin
	merge = refs/heads/master

Return to:

Send suggestions and report system problems to the System administrator.