You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
393 B
18 lines
393 B
1 year ago
|
#this is a comment
|
||
|
[core]
|
||
|
repositoryformatversion = 0
|
||
|
precomposeunicode = true
|
||
|
|
||
|
[remote "origin.foo"] #this is also a coment
|
||
|
url = git@git.alancfrancis.com:acf/AmigaGit2.git
|
||
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||
|
|
||
|
[branch "main"]
|
||
|
remote = origin
|
||
|
merge = refs/heads/main
|
||
|
|
||
|
[branch "config-file-parsing-from-book"]
|
||
|
remote = origin
|
||
|
merge = refs/heads/config-file-parsing-from-book
|
||
|
|