Today I updated a library version in a project, which changed the path from packages/FSharp.Formatting.CommandTool-2.8.0
to packages/FSharpFormatting.CommandTool-2.9.1
. We’d also taken our own copies of some templates in the package, and I wanted to check if there were any differences between -2.8.0\templates
and -2.9.1\templates
that I should port across.
Rather than my usual fumbling about (check out both, copy, diff) I thought I’d try to learn the necessary Git incantation to compare the paths. And then blog it, so that when I forget I’ll have a quick reference handy for next time. :)