Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use
--force
instead of -f
for worktree remove command
Using the `-f` fails with the following error on a Linux Mint. Using `--force` works as expected. ``` error: unknown switch `f' usage: git worktree add [<options>] <path> [<commit-ish>] or: git worktree list [<options>] or: git worktree lock [<options>] <path> or: git worktree move <worktree> <new-path> or: git worktree prune [<options>] or: git worktree remove [<options>] <worktree> or: git worktree unlock <path> --force force removing even if the worktree is dirty ```
- Loading branch information