X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=pep-git.txt;h=595cea4b2851df1e0c401beb83d1bd233b2407f7;hb=77eb8366d7bf1060ebac851f35a8f2d05fd3f7d1;hp=2a2c67633d6175aefd2f9a838ad1759314c22f06;hpb=dd1409cca5a4422a825a66b930b7382b43defb4d;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 2a2c676..595cea4 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -1,5 +1,5 @@ PEP: XXX -Title: git +Title: Collecting information about git Version: $Revision$ Last-Modified: $Date$ Author: Oleg Broytman @@ -12,10 +12,63 @@ Post-History: Abstract ======== +This Informational PEP collects information about git. There is, of +course, a lot of documentation for git, so the PEP concentrates on +more complex issues, topics and scenarios. + +The plan is to extend the PEP in the future collecting information +about equivalence of Mercurial and git scenarios to help migrating +Python development from Mercurial to git. + +The author of the PEP doesn't currently plan to write a Process PEP on +migration from Mercurial to git. + +Documentation +============= + +Git is accompanied with a lot of documentation, both online and +offline. + +Documentation for starters +-------------------------- + +Git Tutorial: `part 1 +`_, +`part 2 +`_. + +`Git User's manual +`_. +`Everyday GIT With 20 Commands Or So +`_. +`Git workflows +`_. + +`Git Magic +`_, +also with a number of translations. + +Advanced documentation +---------------------- + +`Pro Git `_. The Book about git. Buy it at +Amazon or download in PDF, mobi, or ePub form. Has translations to +many different languages. Download Russian translation from `GArik +`_. + +`Git Wiki `_. + +Offline documentation +--------------------- + +Git has builtin help: run ``git help TOPIC``. For example, run +``git help git`` or ``git help help``. References ========== +.. [] + Copyright =========