From f5d58d041b52dc5a70fa050ea91895305173bc2e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 1 Jun 2015 13:32:19 +0300 Subject: [PATCH 1/1] Visually separate major sections with empty lines --- pep-git.txt | 3 +++ 1 file changed, 3 insertions(+) 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 ========== -- 2.39.2