Skip to content

Instantly share code, notes, and snippets.

@tyrcho
Created May 21, 2013 15:36
Show Gist options
  • Save tyrcho/5620766 to your computer and use it in GitHub Desktop.
Save tyrcho/5620766 to your computer and use it in GitHub Desktop.
Sample git config file when you have 2 remotes, one of which requires a proxy
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = http://[email protected]/git/activiti-xa
[remote "github"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://github.com/Activiti/Activiti.git
proxy = http://proxy:3128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment