Skip to content

Instantly share code, notes, and snippets.

@mariselli
Created February 10, 2016 14:24
Show Gist options
  • Save mariselli/174b176b2b39086df3dc to your computer and use it in GitHub Desktop.
Save mariselli/174b176b2b39086df3dc to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment