DEV Community

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

Collapse
 
tripol profile image
Ekanem

First time hearing about git log --oneline. A truly cleaner way to look at the history.

Thanks Chris

Collapse
 
chrisachard profile image
Chris Achard

Glad it helped!

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 :)