]> git.phdru.name Git - git-wiki.git/commitdiff
Add an explanation about examples
authorOleg Broytman <phd@phdru.name>
Mon, 1 Jun 2015 12:34:05 +0000 (15:34 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 1 Jun 2015 12:34:05 +0000 (15:34 +0300)
pep-git.txt

index 118787f5881089b7e77b3804a123503012ac6001..a2e2780905cb3d8699dd56bbd0fb0e1f760a3f02 100644 (file)
@@ -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
 ==========