Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created February 25, 2009 14:17
Show Gist options
  • Save bobmcwhirter/70187 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/70187 to your computer and use it in GitHub Desktop.
[remote "origin"]
url = git://github.com/bobmcwhirter/jboss-rails-plugin.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "commit"]
url = [email protected]:bobmcwhirter/jboss-rails-plugin.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "bketelsen"]
url = git://github.com/bketelsen/jboss-rails-plugin.git
fetch = +refs/heads/*:refs/remotes/bketelsen/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment