I am thinking of working exclusively in linked worktrees rather than the "main worktree" (the repo from which the command git worktree add ../another-worktree
is run).
This means that on my local desktop computer, there will only ever be one main worktree for each git repo.
I am wondering if there are any issues/constraints I will run into when doing this. For example, IntelliJ used to not work correctly with linked worktrees, but I think this is fixed.