GIT

GIT compare two repos

cd /path/to/repo

git remote add other URL_TO_OTHER

git fetch other

git diff other/branchname

git diff ..other/branchname # diff in the other direction