Git Diff of just one Commit
I was wondering how I can see the change of one git commit, I want to see ONLY the changes of this commit, not compared to any other or alike, found it:
git diff <hash>~ <hash>
. Welcome in git wonderland :).
Git Diff of just one Commit
I was wondering how I can see the change of one git commit, I want to see ONLY the changes of this commit, not compared to any other or alike, found it:
git diff <hash>~ <hash>
. Welcome in git wonderland :).