Thanks for the recipe to fix my problem.

Your main branch in GitHub has some commits they are not in python/cpython.
> https://github.com/smontanaro/cpython/commits/main


Is there a way to easily tell how they differ? My (obvious to me, but
wrong) guess was

git diff upstream/main origin/main

Then I went to Github and compared my fork with python/cpython:

https://github.com/python/cpython/compare/main...smontanaro:main

It appears I might have screwed the pooch by accepting Github's recent pull
request. I'm just a gitiot. How am I supposed to know not to accept their
PRs?

Skip
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/SLTBCXF5S4S54F2VKQJZGOGWYNCR34PE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to