Skip to content

Instantly share code, notes, and snippets.

@zfael
Last active October 11, 2018 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zfael/f3d7f7f5ec5ed7698d7032a3b39d44a6 to your computer and use it in GitHub Desktop.
Save zfael/f3d7f7f5ec5ed7698d7032a3b39d44a6 to your computer and use it in GitHub Desktop.
Git - Search for Deleted Lines
"If you know the contents of the line, this is an ideal use case for:
git log -S <string> path/to/file "
Reference > https://stackoverflow.com/questions/4404444/how-do-i-git-blame-a-deleted-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment