Git: Branch visualization on command-line
Dan Lynn Posted on
Monday, April 30, 2012 at 3:13PM Many people use git exclusively through the command line. However, this means that most people keep their branch structure in their heads. This doesn't need to be the case! Git actually comes with great branch visualization on the command line in addition to the awkward gitk gui client. In this post, I'll walk you through a few simple steps that will allow you to visualize your branches by creating a few quick command aliases within your ~/gitconfig file.
