see previous commit changes 11-01-20 % git log -p -2 or git lg -p -2 Viewing previous changes was something I relied on a GUI's for, like GitLab/Source-Tree, until I found this command! The -p stands for --patch and the -2 stands for last two commits. source: git docs - [ git] all snippets