I remember in a Git-tutorial video that the user's terminal (probably ZSH) was split into two; one for the standard terminal commands, and below that there was something like Git log graphical representation. It was always visible at the bottom of the terminal with nice colors.
.
How is it possible to split the terminal screen into two and display Git log (something like git log --pretty=format:'%h : %s' --graph
) on the terminal screen?
UPDATE: I found the video on Vimeo, http://vimeo.com/16018419. I am trying to do the exact same setup on my ZSH terminal.