Last active
October 11, 2018 14:59
-
-
Save zfael/f3d7f7f5ec5ed7698d7032a3b39d44a6 to your computer and use it in GitHub Desktop.
Git - Search for Deleted Lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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