Skip to content

Instantly share code, notes, and snippets.

@pelletier
Created June 13, 2011 16:58
Show Gist options
  • Save pelletier/1023181 to your computer and use it in GitHub Desktop.
Save pelletier/1023181 to your computer and use it in GitHub Desktop.
Example of git configuration
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:pelletier/foo.git
[remote "production"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:www/foo/.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment