Not Possible to switch branch after –skip-worktree
I haven’t been able to find a neat solution to this, so I’m using a .bat file to run –no-skip-worktree on the affected files. I then stash, switch branch, stash apply, and then use another .bat file to run –skip-worktree on the same files. It’s not nice, but it’s the simplest and quickest way I’ve … Read more