Code

Merge branch 'maint'
[git.git] / Documentation / git-branch.txt
index bc6aa88417486cda92e8ea47f67bcfc24317b9d2..33bc31b0d4491169cdbfb06f3dc6c42ec84b1365 100644 (file)
@@ -134,8 +134,8 @@ $ git branch -d -r origin/todo origin/html origin/man   <1>
 $ git branch -D test                                    <2>
 ------------
 +
-<1> delete remote-tracking branches "todo", "html", "man"
-<2> delete "test" branch even if the "master" branch does not have all
+<1> Delete remote-tracking branches "todo", "html", "man"
+<2> Delete "test" branch even if the "master" branch does not have all
 commits from test branch.