1
2
3
4
5
6
git log origin/master..hotfix57981

git fetch origin
git merge origin/master

git diff origin/master..hotfxi57981