Given a git repo opened in VS Code on a work tree (e.g. the main work tree) with working changes in other work trees, we should make it simple to both view the diff between the 2 work trees and apply those changes directly to the current window much like a stash apply. We should also make it simple to cleanup the work trees after merging.