Re: getting pull/push/fetch url

2019-05-17 Thread clime
On Fri, 17 May 2019 at 13:02, clime wrote: > > On Fri, 17 May 2019 at 10:10, Eric Sunshine wrote: > > > > On Fri, May 17, 2019 at 3:30 AM clime wrote: > > > for my app, i need to be able get remote urls (fetch/pull/push) so > > > that i can derive some information from those, e.g. pull url netlo

Re: getting pull/push/fetch url

2019-05-17 Thread clime
On Fri, 17 May 2019 at 10:10, Eric Sunshine wrote: > > On Fri, May 17, 2019 at 3:30 AM clime wrote: > > for my app, i need to be able get remote urls (fetch/pull/push) so > > that i can derive some information from those, e.g. pull url netloc > > from which i derive where other custom endpoints (

Re: getting pull/push/fetch url

2019-05-17 Thread Eric Sunshine
On Fri, May 17, 2019 at 3:30 AM clime wrote: > for my app, i need to be able get remote urls (fetch/pull/push) so > that i can derive some information from those, e.g. pull url netloc > from which i derive where other custom endpoints (binary file storage) > related to the remote git repo is locat

getting pull/push/fetch url

2019-05-17 Thread clime
Hello, for my app, i need to be able get remote urls (fetch/pull/push) so that i can derive some information from those, e.g. pull url netloc from which i derive where other custom endpoints (binary file storage) related to the remote git repo is located. This is just one example. I am also using