|
|
|
|
|
by CrimsonCape
923 days ago
|
|
Does meld include any sort of git browser to dig into old commits of the same file? The ability to pick a file and compare it's states is a pain point I find with git UI apps. For example, TortiseGit will do this but it requires some painful non-intuitive menus and right clicking to resurrect the older data |
|
e.g. in the CLI you might do something like `git diff commit_a commit_b -- some/path/in/repo` to show the diff from commit_a to commit_b limited to some path
Refer to the "configuration" sections for
these git documentation pages mention meld (along with many other diff tools).