Git

Last Updated: 8/11/2023

Blame

  • We can find the author of a particular line using blame tool
git blame file.txt
  • If you have a large file and interested in the first three lines.
git blame -e -L 1,3 file.txt