DEV Community

Discussion on: Fuzzy branches: a brief example of a git custom command.

Collapse
 
yucer profile image
yucer

There would be no output, just the executive of the configured difftool.

Try executing:

git difftool HEAD~1..HEAD

And you will receive the intended behavior for the last commit of the branch.

If you install meld or another well know visual difftool for will recognize it.