Skip to content

Instantly share code, notes, and snippets.

View iamlux's full-sized avatar

Lakshmi Narayanan iamlux

  • Contus
  • Chennai, India
View GitHub Profile
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