<!-- greyling.tech//techblog -->
a blog of programming references, tips, tricks and descriptions of technical processes
Tweet
<
BACK
Git tips and tricks
Show differences between current version and last commit
git diff HEAD^ HEAD
See
this reference
.