Skip to content

Instantly share code, notes, and snippets.

@croaky
Created October 18, 2008 00:48
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 croaky/17569 to your computer and use it in GitHub Desktop.
Save croaky/17569 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:railsrumble/YOURTEAMNAME.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "suspenders"]
url = git://github.com/thoughtbot/suspenders.git
fetch = +refs/heads/*:refs/remotes/suspenders/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment