Skip to content

Instantly share code, notes, and snippets.

@danscotton
Created February 18, 2013 11:50
Show Gist options
  • Save danscotton/4976826 to your computer and use it in GitHub Desktop.
Save danscotton/4976826 to your computer and use it in GitHub Desktop.
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "heroku"]
url = [email protected]:bbc-news-prototypes.git
fetch = +refs/heads/*:refs/remotes/heroku/*
[remote "origin"]
url = [email protected]:BBC-News/prototypes.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment