On Thu, Jan 22, 2009 at 9:23 PM, Yuval Kogman <[email protected]> wrote:
> Hmm, interestingly gitproxy can be specified multiple times.
> See git help config for more details on how to make it per URI instead of
> per repository, which is probably even more useful.
I just have an alias in my .bashrc like this:
alias pxgit='GIT_PROXY_COMMAND=~/bin/call_socat git'
Whenever I want to clone/fetch/pull/remote update an external repo,
instead of typing
git pull
I just type
pxgit pull
This is easier when your exernal git repos are more ad hoc or one-off.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---