History
View 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