DEV Community

Discussion on: Confused by git? Here's a git crash course to fix that 🎉

Collapse
 
nutriz profile image
Jérôme Gully

And there is much more... try
git log --all --decorate --oneline --graph :)

Collapse
 
chrisachard profile image
Chris Achard

Yes! there's a whole bunch :) Here's the full docs if you're interested: git-scm.com/docs/git-log (examples at the bottom)

Collapse
 
tripol profile image
Ekanem

Just did it! Thanks.

Now I feel like a 10x developer :)