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.
20 lines
429 B
20 lines
429 B
#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
|
|
alan = yes
|
|
alan = no
|
|
alan = sure
|
|
|
|
[branch "config-file-parsing-from-book"]
|
|
remote = origin
|
|
merge = refs/heads/config-file-parsing-from-book
|
|
|
|
|