[python-committers] New workflow - some questions
Terry Reedy
tjreedy at udel.edu
Sat Jul 29 12:02:05 EDT 2017
On 7/29/2017 4:40 AM, Paul Moore wrote:
> On 28 July 2017 at 23:30, Mariatta Wijaya <mariatta.wijaya at gmail.com> wrote:
>>> 1. Section 32.2 in the Git bootcamp section - is there any reason to
>>> use git at github URLs for the clones? I normally always use
>>> https://github.com URLs, as they work with my proxy at work.
As I understand it, https uses stored login credentials, git@ uses ssh
key. I use https always.
>>> I generally use "Compare and create pull request"
>>> from my clone's github page, as that seems simpler.
I often use my fork's 'branches' page, which always has 'pull request'
buttons, and just leave it open.
>> side-topic: Does anyone have some sort of script/git
>> alias/program/whatchamacallit that will open the PR page once we push to
>> remote? (similar to what cherry_picker does) That could be a time saver :)
If I type 'cp' in my browser url bar, github.com/python/cpython is at
the top of my history list. For 'te', github.com/terryjreedy is at the
top. They were initially further down, but present after a few visits.
The first rose first, as 'cp' is a very uncommon pair.
Terry
More information about the python-committers
mailing list