[python-committers] New workflow - some questions

2017-07-28 Thread Paul Moore
I'm just looking at doing some work for the first time under the new workflow. Most things look fine - I'm familiar with git/github, so there's nothing startling in there, but I do have a few small questions: 1. Section 32.2 in the Git bootcamp section - is there any reason to use git@github URLs

Re: [python-committers] New workflow - some questions

2017-07-28 Thread Mariatta Wijaya
> > 1. Section 32.2 in the Git bootcamp section - is there any reason to > use git@github URLs for the clones? I normally always use > https://github.com URLs, as they work with my proxy at work. I don't have any explanation other than Git bootcamp was initially written based on my personal setup

Re: [python-committers] New workflow - some questions

2017-07-28 Thread INADA Naoki
On Sat, Jul 29, 2017 at 7:30 AM, Mariatta Wijaya wrote: >> 1. Section 32.2 in the Git bootcamp section - is there any reason to >> use git@github URLs for the clones? I normally always use >> https://github.com URLs, as they work with my proxy at work. > > > I don't have any explanation other than