Suppose I want to redirect all fetch upon url https://github.com/CocoaPods/Specs.git
to a local repo ~/.Specs
, and push
also updated to the origin url, how to do?
This question seems partly solve my problem, but this config affect both fetch
and push
.