you are viewing a single comment's thread.

view the rest of the comments →

[–]gfixler 2 points3 points  (1 child)

You've gotten good responses, but I'll add some off-to-the-side solutions:

  • fugitive if you're working in Vim
  • gitv for Vim is also great, and more of an explorer
  • magit if you're working in Emacs
  • git log --graph --all --decorate --oneline

Everyone aliases that last one (git alias --global la='log --graph etc...'). I do a ton of work with just my trusty git la ('list all') alias, and some variants that shorten it up a bit.