Erik Mouw [off-list ref] writes:
How do I tell git to change the default repository to pull from?
Depends on how you are currently telling git what your "default
repository to pull from" is. If you are using git-core
(i.e. git-pull and git-fetch) for downloading, either
.git/remotes/origin or .git/branches/origin file are used in
this order; if you are using Cogito for downloading, it uses
.git/branches/origin IIRC.