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
If you do not know the exact path you may use
git log --all --full-history -- **/thefile.*
If you know the path the file was at, you can do this: