-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
Currently there is not a plugin I'm aware of that can do a diff between the currently opened file and the same one on a specified branch name.
This is extremely handy if you're working on a feature branch, master gets updated, and you want to check what conflicts might arise if you attempt to merge the file.
I've just created a working POF:
I'm wondering if this could be part of a forked 'git diff' type of extension that could diff between refs of all different types.
Food for thought :)