Something I'm having a hard time to understand:
how do I work with git worktrees in VS-code ?
I apparently cannot make it work.
I've tried using the command line ... but then when I try to checkout to the desired branch, it tells me:
Error: Command failed: C:\Program Files\Git\cmd\git.exe -c core.longpaths=true -c core.quotepath=false -c color.ui=false checkout sequences --
fatal: 'sequences' is already checked out at
and when I change folder in command line like on so many videos (outside of vs-code) ... it stays with the same branch check-out.
Can somebody help me out or point me to a resource / blog that indicate how to proceed or how to configure to get git worktree working with vs-code ?