Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created February 2, 2011 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemcalilly/808282 to your computer and use it in GitHub Desktop.
Save leemcalilly/808282 to your computer and use it in GitHub Desktop.
AN .git/config file
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:AchieveNext/achievenext.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "staging"]
url = git@heroku.com:an-staging.git
fetch = +refs/heads/*:refs/remotes/staging/*
[remote "production"]
url = git@heroku.com:achievenext.git
fetch = +refs/heads/*:refs/remotes/production/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment