[remote "origin"] url = git@github.com:OpenTTD/website.git pushurl = git@github.com:planetmaker/website.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/website.git pushurl = git@github.com:planetmaker/website.git fetch = +refs/heads/*:refs/remotes/pm/* [remote "openttd"] url = git@github.com:OpenTTD/website.git pushurl = Nope fetch = +refs/heads/*:refs/remotes/origin/*