A nice visual log for Git command line

0

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

 

"A nice visual log for Git command line" was published on December 29th, 2011 and is listed in My Work.

Follow comments via the RSS Feed | Leave a comment | Trackback URL