February 04, 2013

git blame

git blame deleted line (show the revision in which a line appeared)
  • git blame --reverse start..end -- file
git blame deleted file (give the revision in which file deleted)
  • git blame REVISION~ -- file

No comments: