src-d / go-git

Project has been moved to: https://github.com/go-git/go-git
https://github.com/go-git/go-git
Apache License 2.0
4.91k stars 542 forks source link

No separate PushURLs setting for a remote #1267

Open mathstuf opened 4 years ago

mathstuf commented 4 years ago

It is possible to set multiple remote.origin.pushurl settings in Git. I don't see a way to get it from this library. Related to #1266 in that pushInsteadOf should also be supported here.