Check history Check history of line of specific file git log -L 58,64:gulpfile.js Here it show the story of line from 58 to 64 Check who modified the lines 58,59,..68 git blame -L58,+10 -- gulpfile.js