This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients JDLH, berker.peksag, methane
Date 2017-02-09.09:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486633601.69.0.899336302036.issue29510@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Berker.

But some git/github tips are very useful for CPython core developers while they aren't CPython specific.
And some of them are not in beginner's guide.

I think it's worth enough to add link to such tips.

* Use gitignore_global to ignore IDE/Editor specific files: https://help.github.com/articles/ignoring-files/
* Checkout pull request without adding remote: https://help.github.com/articles/checking-out-pull-requests-locally/
* Readable patch by git diff --indent-heuristic (git 2.11+) or --compact-heuristic (git 2.9+).
* Creating lightweight working tree by git-new-workdir (like `hg share`):
 https://github.com/git/git/blob/master/contrib/workdir/git-new-workdir
History
Date User Action Args
2017-02-09 09:46:41methanesetrecipients: + methane, berker.peksag, JDLH
2017-02-09 09:46:41methanesetmessageid: <1486633601.69.0.899336302036.issue29510@psf.upfronthosting.co.za>
2017-02-09 09:46:41methanelinkissue29510 messages
2017-02-09 09:46:41methanecreate