I like having a quick visual log for Gits command line. Here’s a little git alias which’ll display a brief and colorful summary for your projects.
Enter the following code in terminal or git bash.
https://gist.github.com/1468122
You can now generate a visual tree style log, open your shell
# show me everything $ git vlog
# show the last 6 commits $ git vlog -n6












