When Was This File Added to Version Control?
I learned a helpful Git command today. To determine when a file was added to version control, run the following:
This returns the Git history, following files through renames, filtering on when a file was added to version control. Here's the output for the README of 'Today I Learned':
Useful for explaining mystery files in the repository 🔎.
Tweet