Skip to content

Instantly share code, notes, and snippets.

@dirtystylus
Created September 14, 2015 15:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirtystylus/bc881e72144553dd0574 to your computer and use it in GitHub Desktop.
Save dirtystylus/bc881e72144553dd0574 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "github"]
url = GITHUB REMOTE REPO URL HERE
fetch = +refs/heads/*:refs/remotes/github/*
[remote "pantheon"]
url = PANTHEON REMOTE REPO URL HERE
fetch = +refs/heads/*:refs/remotes/pantheon/*
[remote "both"]
url = GITHUB REMOTE REPO URL HERE
url = PANTHEON REMOTE REPO URL HERE
[branch "master"]
remote = github
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment