Phillip Wood <phillip.wood123@xxxxxxxxx> writes: > If you really want to checkout the same branch in more than one > worktree you can use "git checkout --ignore-other-worktrees". "git > checkout --force" predates that option and will, amongst other things, > overwrite uncommitted changes. Having a separate option avoids nasty > surprises such as overwriting you uncommitted changes when checking > out the same branch in more than one worktree. Very good suggestion. Thanks.