Samstag, 12. Juli 2014

Quickly see changed files between two git branches

To only see all files with changes between two branches just use

git diff branch1...branch2 --name-status <Path (optional)>