Want the full git story behind a file?
git log -p -- your-file-name.js
See every change, every commit, every regret.
#git #versioncontrol #javascript #devtools
@punkrain
You might want to use --follow as well, if the file has been renamed at some point.