Does WingIDE support git worktree?
I like to work with so-called worktrees in git ("parallel checkouts of multiple branches"). But WingIDE does not recognize such a directory as being under git control telling me "No git files in project.
BTW: such a worktree directory contains a .git file (not a directory) with one line referring to the main ckeckout.
Comments