git command to check last 5 commits of auther code example
Example 1: git log with numbers
git log --oneline | nl
Example 2: git list all commits that changed a file
git log --follow -- filename
git log --oneline | nl
git log --follow -- filename