Today I Learned

hashrocket A Hashrocket project

git difftool

You've likely used git diff to see changes between your commits and your working tree, etc, but you can also use git difftool to open up the diff in your editor. In vim, this will open the original file in one pane, and the diff in another.

May require some config.

See More #git TILs