[`git worktree` documentation](https://git-scm.com/docs/git-worktree)
[`git-worktree-switcher` repository](https://github.com/mateusauler/git-worktree-switcher)
From the project's description:
> Switch between git worktrees with speed.
It's a wrapper script around `git worktree` making some tasks,
like switching between worktrees, easier.
> [!Note]
> `git worktree` is a little known feature and adding QoL things can help
it's adoption as it's a considerable upgrade against the `git stash`
workflow.