Files
actions-sync/test/fixtures/repo.git/config
2020-07-02 19:36:10 +01:00

13 lines
275 B
Plaintext

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[receive]
denyCurrentBranch = false
[remote "origin"]
url = git://localhost:9419/org/repo
fetch = +refs/heads/*:refs/remotes/origin/*