To find out who changed a file

suggest change
// Shows the author and commit per line of specified file
git blame test.c 

// Shows the author email and commit per line of specified 
git blame -e test.c file

// Limits the selection of lines by specified range
git blame -L 1,10 test.c

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents