From: Oleg Broytman Date: Mon, 1 Jun 2015 10:32:19 +0000 (+0300) Subject: Visually separate major sections with empty lines X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=f5d58d041b52dc5a70fa050ea91895305173bc2e Visually separate major sections with empty lines --- diff --git a/pep-git.txt b/pep-git.txt index e51ae53..118787f 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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 ==========