diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index aa2f78c4c2..d382ac69f7 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -123,6 +123,10 @@ OPTIONS points to a valid commit. In combination with `-m` (or `--move`), allow renaming the branch even if the new branch name already exists, the same applies for `-c` (or `--copy`). ++ +Note that 'git branch -f []', even with '-f', +refuses to change an existing branch `` that is checked out +in another worktree linked to the same repository. -m:: --move::