I would like to inspect any code changes after doing a git pull. Currently it\'s just showing me which files changes. How can I see what code changed?
git pull
You can check what get change while push and pull by this...
git log --stat