Friday, February 8, 2019

QuickTip: Compare Altered Files in Two Directories

Use case: I copy a directory from my desktop to a USB, change several files while working on it on my laptop or home computer. Now I want to merge it back to the "master" directory on my desktop. I miss a "git diff" like command

On Linux:

diff --brief -r dir1 dir2


No comments: