picostitch
crafting (and) JavaScript

March 2023

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 :).