Loading

Paste #ptxdthou9

  1. ~/ottd/OpenTTD-master/.git$ cat config
  2. [core]
  3.     repositoryformatversion = 0
  4.     filemode = true
  5.     bare = false
  6.     logallrefupdates = true
  7. [remote "origin"]
  8.     url = git@github.com:OpenTTD/OpenTTD.git
  9.     pushurl = git@github.com:planetmaker/OpenTTD.git
  10.     fetch = +refs/heads/*:refs/remotes/origin/*
  11.         fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
  12. [branch "master"]
  13.     remote = origin
  14.     merge = refs/heads/master
  15. [remote "pm"]
  16.     url = git@github.com:planetmaker/OpenTTD.git
  17.     pushurl = git@github.com:planetmaker/OpenTTD.git
  18.     fetch = +refs/heads/*:refs/remotes/pm/*
  19. [remote "openttd"]
  20.     url = git@github.com:OpenTTD/OpenTTD.git
  21.     pushurl = Nope
  22.     fetch = +refs/heads/*:refs/remotes/origin/*
  23.  
  24.  
  25. # Notes:
  26. # pushurl" for official remote is here invalid, so push attempts will fail
  27. # default remote "origin" pulls from OpenTTD official, pushes to planetmaker

Comments