I often work on a feature branch and dispatch jobs to multiple agents into worktrees created from with that feature branch as base. I'd like to be able to see the git info (diff, commits ahead\behind etc) for these worktrees against that branch instead of default one
wt list could take --base argument
wt switch does take --base, but not in the interactive mode
I often work on a feature branch and dispatch jobs to multiple agents into worktrees created from with that feature branch as base. I'd like to be able to see the git info (diff, commits ahead\behind etc) for these worktrees against that branch instead of default one
wt listcould take --base argumentwt switchdoes take --base, but not in the interactive mode