Command Line Replacement for Gitk

August 10th, 2010 by Xerxes Leave a reply »

It’s no surprise I love git. To date, the worst part about git however, was the lacklustre downright shithouse  state of the pre-packaged GUI tools – git gui and gitk.

Well here’s a command-line replacement i’ve devised for gitk which does a reasonable job at visualising a project tree.

git log --oneline --decorate=full --graph --remotes

Sick.

Bookmark this post:
  • DotNetKicks
  • DZone
  • TwitThis
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Slashdot
  • StumbleUpon
  • Technorati

Related posts:

  1. Switching an IIS website home directory from the command line The title says it all. The problem was simple –...
  2. Opening a file in your favourite editor from the command line This post serves as a reminder for myself. I use...
  3. Run a command as Administrator under Windows To run any command under the credentials of a different...
  4. Viewing a File’s History in Git To view the full history of a file in your...
  5. Recovering your Git repository after doing a “git reset –hard” There are many stupid people in this world. This guy...

Comments are closed.