then run ‘git diff –raw 28fd556 HEAD’ or ‘git diff –stat 28fd556 HEAD’. Compare specific items If you want to compare specific files only, then add path at the end of diff command. 1. Run ‘git diff 28fd556 HEAD README.md’, then git only ...
↧