15 lines
382 B
Text
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
|