Skip to content

Instantly share code, notes, and snippets.

@echristopherson
Created April 5, 2013 04:03
Show Gist options
  • Save echristopherson/5316531 to your computer and use it in GitHub Desktop.
Save echristopherson/5316531 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = false
[remote "origin"]
url = [email protected]:echristopherson/sample_app.git
fetch = +refs/heads/*:refs/remotes/origin/*
push = refs/heads/*:refs/heads/*
push = refs/tags/*:refs/tags/*
fetch = refs/tags/*:refs/tags/*
fetch = refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "heroku"]
url = [email protected]:stormy-coast-5058.git
fetch = +refs/heads/*:refs/remotes/heroku/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment