Is there anyway to see how a file\'s size has changed through time in a git repository? I want to see how my main.js file (which is the combination of several files and mini
Simply do: git log --stat /path/to/file
git log --stat /path/to/file
Result: