I created a repo, created a file inside it, put some content in the file, and committed the file. Now, I\'d like to see a diff of that commit, which should ideally show the
Maybe try with:
git log -p -n 1