Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created February 9, 2009 08:59
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/60721 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/60721 to your computer and use it in GitHub Desktop.
[remote "github"]
url = git@github.com:elliottcable/stringray.git
fetch = +refs/heads/*:refs/remotes/github/*
[remote "gitorious"]
url = git@gitorious.org:stringray/mainline.git
fetch = refs/heads/*:refs/remotes/gitorious/*
[remote "repo.or.cz"]
url = ssh://repo.or.cz/srv/git/stringray.git
fetch = +refs/heads/*:refs/remotes/repo.or.cz/*
[remote "rubyforge"]
url = gitosis@rubyforge.org:stringray.git
fetch = refs/heads/*:refs/remotes/rubyforge/*
[remote "origin"]
url = git@github.com:elliottcable/stringray.git
url = git@gitorious.org:stringray/mainline.git
url = ssh://repo.or.cz/srv/git/stringray.git
url = gitosis@rubyforge.org:stringray.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment