Skip to content

Instantly share code, notes, and snippets.

@spif
Created February 9, 2012 09:30
Show Gist options
  • Save spif/1778741 to your computer and use it in GitHub Desktop.
Save spif/1778741 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@github.com:spif/iloveyoutool.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "heroku"]
url = git@heroku.com:iloveyoutool.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