git-history-graph

Display git history as a decorated graph with branch and tag labels.

#!/usr/bin/env sh
git log --graph --oneline --decorate --all --full-history --author-date-order --no-notes
download git-history-graph