There is some basic glitch in my understanding of VSCODE and GitLens.(and maybe I need remedial GIT training, oh well).
I am looking to merge a branch someone else created (and checked into BitBucket, so GitBucket PullRequest extension is not an option).
With GitLens I can visually compare branches. With VSCODE & GitLens I can interactively approve/deny each change that occur on the same branch where both of us modified and committed different changes (BTW, where is THAT useful. Does don't most developers create a different feature branch, and not have two developers changing a single branch at one time).
But how can I have the combination of effects, both working on separate feature branches, and then the ability to merge both branches? (not just overwrite with the new merge, but interactively see both changes and approve or disapprove or add both?), and keep all the blame annotation?