Loading

Paste #ppuzyudqr

  1. [remote "origin"]
  2.     url = git@github.com:OpenTTD/website.git
  3.     pushurl = git@github.com:planetmaker/website.git
  4.     fetch = +refs/heads/*:refs/remotes/origin/*
  5.         fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
  6. [branch "master"]
  7.     remote = origin
  8.     merge = refs/heads/master
  9. [remote "pm"]
  10.     url = git@github.com:planetmaker/website.git
  11.     pushurl = git@github.com:planetmaker/website.git
  12.     fetch = +refs/heads/*:refs/remotes/pm/*
  13. [remote "openttd"]
  14.     url = git@github.com:OpenTTD/website.git
  15.     pushurl = Nope
  16.     fetch = +refs/heads/*:refs/remotes/origin/*

Comments