diff options
| author | Quy Tonthat <qtonthat@gmail.com> | 2007-05-15 12:51:02 +1000 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-05-14 20:17:00 -0700 |
| commit | 045fe3ccdaeb81f12f657b44b5a117b65d9d38e2 (patch) | |
| tree | 3dee273126e99c8fe2c0ed2744ce458a32b67904 | |
| parent | Prepare for 1.5.1.5 Release Notes (diff) | |
| download | git-045fe3ccdaeb81f12f657b44b5a117b65d9d38e2.tar.gz git-045fe3ccdaeb81f12f657b44b5a117b65d9d38e2.zip | |
Documentation/branch: fix small typo in -D example
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
| -rw-r--r-- | Documentation/git-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 603f87f3b5..8dc5171f5e 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -136,7 +136,7 @@ $ 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 -commits from todo branch. +commits from test branch. Notes |
