Skip to content

Instantly share code, notes, and snippets.

@lfborjas
Created July 28, 2010 21:31
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 lfborjas/496386 to your computer and use it in GitHub Desktop.
Save lfborjas/496386 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:you/HelloRadWorld.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "gitorious_backup"]
url = git@gitorious.org:you/HelloRadWorld.git
fetch = +refs/heads/*:refs/remotes/backup/*
[remote "codaset_backup"]
url = git@codaset.com:you/HelloRadWorld.git
fetch = +refs/heads/*:refs/remotes/backup/*
#an alias you can only push to:
[remote "all"]
url = git@github.com:you/HelloRadWorld.git
url = git@gitorious.org:you/HelloRadWorldgit
url = git@codaset.com:you/HelloRadWorld.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment