Is there a way to see the changes in a file when compared with the same file of another Git branch in Sublime? I mean if there is something similar to Compare with Branch
command of PhpStorm.
Thanks in advance.
Is there a way to see the changes in a file when compared with the same file of another Git branch in Sublime? I mean if there is something similar to Compare with Branch
command of PhpStorm.
Thanks in advance.
This helped me as said by @ElpieKay:
git difftool branch_foo branch_bar -- file_baz