INADA Naoki added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29510>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to