branch: document `-f` and linked worktree behaviour
commitbf08abac565fa64eeaa56d2eb21ce1a9d2371358
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Jan 2023 07:23:46 +0000 (18 23:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jan 2023 07:48:11 +0000 (18 23:48 -0800)
treefbf74ed05a3132357fee52928a13eb912f3113ad
parent37537d6472d87098d455b6a0c36885997ea81a85
branch: document `-f` and linked worktree behaviour

"git branch -f name start" forces to recreate the named branch, but
the forcing does not defeat the "do not touch a branch that is
checked out elsewhere" safety valve.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt