]> git.phdru.name Git - git-wiki.git/commitdiff
Visually separate major sections with empty lines
authorOleg Broytman <phd@phdru.name>
Mon, 1 Jun 2015 10:32:19 +0000 (13:32 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 1 Jun 2015 12:25:00 +0000 (15:25 +0300)
pep-git.txt

index e51ae53d5e24a23d68ef325421a49beab0ca007d..118787f5881089b7e77b3804a123503012ac6001 100644 (file)
@@ -23,6 +23,7 @@ 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
 =============
 
@@ -64,6 +65,7 @@ Offline documentation
 Git has builtin help: run ``git help TOPIC``. For example, run
 ``git help git`` or ``git help help``.
 
+
 Quick start
 ===========
 
@@ -89,6 +91,7 @@ important so let repeat it here::
     $ git config --global user.name "User Name"
     $ git config --global user.email user.name@example.org
 
+
 References
 ==========