Viewing a File’s History in Git

September 10th, 2009 by Xerxes Leave a reply »

To view the full history of a file in your Git repo, use this:

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

Related posts:

  1. Opening a file in your favourite editor from the command line This post serves as a reminder for myself. I use...
  2. e Text Editor: “ruby: no such file to load — ubygems (LoadError)” i’ve installed e text editor on my desktop and trying...
  3. Managing Multiple Git Accounts I’m in a situation where I want to keep different...
  4. Command Line Replacement for Gitk It’s no surprise I love git. To date, the worst...
  5. Recovering your Git repository after doing a “git reset –hard” There are many stupid people in this world. This guy...

Leave a Reply