A visual log for Git command line
For a simple way to visualise the git log at the command prompt a git alias can be added; vlog is my way to visualize the commit tree from the command line.
First run the gist:
Then from the command line run "git vlog"
Or, to view the last 10 commits run "git vlog -n 10"
Back