Manage multiple working trees attached to the same repository.
A git repository can support multiple working trees, allowing you to check out more than one branch at a time.
sourcegit can now open a worktree without any issue. I suggest add Create,Remove and prune worktrees functions
worktree 对于多分支开发非常有用,避免频繁切换分支的麻烦。
建议增加 管理 worktee 的功能,包括从本地分支创建一个worktree,删除 worktree,清除无 效worktree
谢谢!