On 7/29/2017 4:40 AM, Paul Moore wrote:
On 28 July 2017 at 23:30, Mariatta Wijaya <mariatta.wij...@gmail.com> 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.

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
_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to