Is there a way to see what files have changed in a branch?
I use grep so I only get the lines with diff --git which are the files path:
git diff branchA branchB | grep 'diff --git' // OUTPUTS ALL FILES WITH CHANGES, SIMPLE HA :) diff --git a/package-lock.json b/package-lock.json