Your Git Cheatsheet
82%
Viewing History
| Command | What It Does |
|---|---|
git log | Full commit history (hash, author, date, message) |
git log --oneline | Compact history (hash and message only) |
git log --oneline --graph --all | Visual branch history with graph lines |
git log --oneline - |
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
