cli/git/fixtures/simple.git/config
2022-05-18 08:40:29 +02:00

15 lines
382 B
Text

[core]
repositoryformatversion = 0
filemode = true
;bare = true
ignorecase = true
precomposeunicode = true
[user]
name = Mona the Cat
email = monalisa@github.com
[remote "origin"]
url = git@github.com:monathecat/cli.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "upstream"]
url = git@github.com:cli/cli.git
fetch = +refs/heads/trunk:refs/remotes/upstream/trunk