Created
July 6, 2017 07:27
-
-
Save praslnx8/4c56d3323ddcff0da90a61f69ee8cc34 to your computer and use it in GitHub Desktop.
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
This is useful command suppose if u missed file now u want to track the commits where the file was modified | |
git log --follow -p -- file | |
in my case | |
git log --follow -p -- public/assets/images/photos/userprofile.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
list of git favourite tools