Skip to content

Instantly share code, notes, and snippets.

@praslnx8
Created July 6, 2017 07:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save praslnx8/4c56d3323ddcff0da90a61f69ee8cc34 to your computer and use it in GitHub Desktop.
Save praslnx8/4c56d3323ddcff0da90a61f69ee8cc34 to your computer and use it in GitHub Desktop.
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
@praslnx8
Copy link
Author

praslnx8 commented Jul 6, 2017

list of git favourite tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment