When comparing two directory trees of two source code project versions, I can see the changes in a tree -- the files that were changed. Then I can go to each individual file and look at what was changed in each.
Can I somehow create a summary of all the changes in all the files that I can see on a single scroll-able screen? I am looking for an equivalent to "git diff folder1 folder2".
Can I somehow create a summary of all the changes in all the files that I can see on a single scroll-able screen? I am looking for an equivalent to "git diff folder1 folder2".
Comment