From: Oleg Broytman Date: Mon, 1 Jun 2015 12:34:05 +0000 (+0300) Subject: Add an explanation about examples X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=addfd31ba0339c2e4c36f777dee7d7585735c2dc;hp=f5d58d041b52dc5a70fa050ea91895305173bc2e;p=git-wiki.git Add an explanation about examples --- diff --git a/pep-git.txt b/pep-git.txt index 118787f..a2e2780 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -92,6 +92,16 @@ important so let repeat it here:: $ git config --global user.email user.name@example.org +Examples in this PEP +==================== + +Examples of git commands in this PEP use the following approach. It is +supposed that you, the user, works with a local repository named +``python`` that has an upstream remote repo named ``origin``. Your +local repo has two branches ``v1`` and ``v2``. Usually the currently +checked out branch is ``v2``. + + References ==========