Created
September 14, 2015 15:15
-
-
Save dirtystylus/bc881e72144553dd0574 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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