History
Chester Wyke October 19, 2023 Updated: April 26, 2025 #GitView git history
Source: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
git log --pretty=format:"%h %s" --graph
Source: https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
git log --pretty=format:"%h %s" --graph