~/ottd/OpenTTD-master/.git$ cat config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:OpenTTD/OpenTTD.git
pushurl = git@github.com:planetmaker/OpenTTD.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "pm"]
url = git@github.com:planetmaker/OpenTTD.git
pushurl = git@github.com:planetmaker/OpenTTD.git
fetch = +refs/heads/*:refs/remotes/pm/*
[remote "openttd"]
url = git@github.com:OpenTTD/OpenTTD.git
pushurl = Nope
fetch = +refs/heads/*:refs/remotes/origin/*
# Notes:
# pushurl" for official remote is here invalid, so push attempts will fail
# default remote "origin" pulls from OpenTTD official, pushes to planetmaker