Today I Learned

hashrocket A Hashrocket project

Git list changes on files

If you want to list all changes to a file you can run:

git log -p app/controllers/training_*

h/t @greis

See More #git TILs