]> git.phdru.name Git - git-wiki.git/commitdiff
Enhance description
authorOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 17:48:08 +0000 (20:48 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 17:48:08 +0000 (20:48 +0300)
pep-git.txt

index c2bb7dd07271fe886f2a8978076fd05de7d2c887..53e30d6788d807ce29a0f6ca028355276c195587 100644 (file)
@@ -427,7 +427,7 @@ conflicts at once you can merge the topic branch to the mainline from
 time to time and switch back to the topic branch to continue working
 on it. The entire workflow would be something like::
 
-    $ git checkout -b issue-42  # create and switch to a new branch
+    $ git checkout -b issue-42  # create a new issue branch and switch to it
         ...edit/test/commit...
     $ git checkout v2
     $ git pull --rebase origin v2  # update v2 from the upstream