git-dag - An advanced git DAG visualizer
git dag [options] [<since>..<until>] [[--] [<path>…]]
git-dag is a powerful git DAG visualizer written in Python. git-dag supports many of the git-log options through its graphical interface.
See below for a full list of command-line options and usage information.
Specifies the path to the git binary.
Prompt for a git repository instead of auto-detecting it in the current directory.
Run git-cola on the git repository in <path>. Defaults to the current directory.
Print the git-cola version and exit.
Compare changes using common merge tools.
The git repository browser. Shows branches, commit history and file differences.
git-dag is independently developed from the linkgit:git[7] suite, but you can use it just like any other git command, e.g. git dag.
Written by David Aguilar <davvid@gmail.com>.