News

graph@log: ~ $ git log --all --decorate --oneline --graph A pretty git log graph. The pretty switch of the git log provides a multitude of ways to format git log output, especially when a developer ...
When you are using the git log you can specify an option called --first-parent that allows you to just specify the first parent of a commit allowing you to visualize a linear git log. Without first ...
This means that the commit graph to the left of the commits can show quite a few colorized lines with per-branch activity in it. I'd like to request that when hovering the mouse over a colorized line ...