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 i

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 wher

getting pull/push/fetch url

2019-05-17 Thread clime
y app to only use fetch url but then i won't support triangle workflow so i would like to know if there is some better option. Thank you clime git_push_url Description: Binary data git_pull_url Description: Binary data git_fetch_url Description: Binary data

Re: Git "branch properties"-- thoughts?

2018-03-16 Thread clime
ict.setdefault). Would it work? This sounds pretty good to me. I would really love to have a chance to implement this feature if people were interested in it. clime