diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-19 14:45:45 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-19 14:45:45 +0900 |
commit | a4ebf9e0c53d03677175a1b32c7a9156c668ee33 (patch) | |
tree | 964fe1413f2fd9f698cd283f5981aca069bc9b05 /Documentation/git-branch.txt | |
parent | Merge branch 'dg/filter-branch-filter-order-doc' (diff) | |
parent | branch doc: sprinkle a few commas for readability (diff) | |
download | tgif-a4ebf9e0c53d03677175a1b32c7a9156c668ee33.tar.xz |
Merge branch 'jc/branch-force-doc-readability-fix'
Doc update.
* jc/branch-force-doc-readability-fix:
branch doc: sprinkle a few commas for readability
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r-- | Documentation/git-branch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index fe029ac6fc..d6587c5e96 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -104,8 +104,8 @@ OPTIONS -f:: --force:: - Reset <branchname> to <startpoint> if <branchname> exists - already. Without `-f` 'git branch' refuses to change an existing branch. + Reset <branchname> to <startpoint>, even if <branchname> exists + already. Without `-f`, 'git branch' refuses to change an existing branch. In combination with `-d` (or `--delete`), allow deleting the branch irrespective of its merged status. In combination with `-m` (or `--move`), allow renaming the branch even if the new |