Skip to content

Instantly share code, notes, and snippets.

@imajes
Created July 16, 2010 17:36
Show Gist options
  • Save imajes/478665 to your computer and use it in GitHub Desktop.
Save imajes/478665 to your computer and use it in GitHub Desktop.
% cat vendor/plugins/shoulda/.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:imajes/shoulda.git
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "rails3"]
remote = origin
merge = refs/heads/rails3
[remote "thoughtbot"]
url = http://github.com/thoughtbot/shoulda.git
fetch = +refs/heads/*:refs/remotes/thoughtbot/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment