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 |