git diff HASH_KEY --name-only --diff-filter=[M]
git diff HASH_KEY --name-only --diff-filter=[A]
git diff HASH_KEY --stat
git diff HASH_KEY --check
// Current branch is sp
git checkout sp
git diff --name-status origin/dev
** HASH_KEY - Is one of the commit history you want to compare with.