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 /Documentation/git-branch.txt | |
parent | 52e7b744d365ad4fcbb49fbb2a7b59ddfea90440 (diff) | |
download | git-045fe3ccdaeb81f12f657b44b5a117b65d9d38e2.tar.gz |
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>
Diffstat (limited to 'Documentation/git-branch.txt')
-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 |