Skip to content

Instantly share code, notes, and snippets.

@phrohdoh
Created September 25, 2014 19:01
Show Gist options
  • Save phrohdoh/cde7abd91014904016e7 to your computer and use it in GitHub Desktop.
Save phrohdoh/cde7abd91014904016e7 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "openra"]
url = git@github.com:OpenRA/OpenRA.git
fetch = +refs/heads/*:refs/remotes/openra/*
fetch = +refs/pull/*/head:refs/remotes/openra/pr/*
[remote "phrohdoh"]
url = git@github.com:Phrohdoh/OpenRA.git
fetch = +refs/heads/*:refs/remotes/phrohdoh/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment