Joined May 2012
·

John Stevenson

Community Developer at Salesforce & Heroku
·
London, UK
·
·
·

Posted to A better git log over 1 year ago

I keep it simple with
git log --oneline --decorate --graph

This shows each commit on one line, decorates each line with any information about branches and repos and displays a graph where commits have branched or merged.

If you want to really personalise you git log with specific colours, here is an article to explain the syntax of all that in detail:
http://blog.jr0cket.co.uk/2013/06/designing-your-own-commit-graph-with-git.html

Thanks
John

Thanks richoh, I meant SSH protocol. The ProTip has been updated.

Achievements
386 Karma
17,959 Total ProTip Views