Is it possible to compare two directories in Git

Viewed 18061

I have installed Meld as diff tool in Git. Is it possible to compare two folders using Git or any other way? I tried the following command but nothing happened.

git diff /c/sample/folder1/ /c/sample/folder2/
2 Answers
Related