Ever need to read a single file from another branch that's not currently active in git? I use this probably weekly to do just that. Useful in cases where you want to cherry pick a file from another branch (if the file was changed over multiple commits).
https://gist.github.com/abraithwaite/1a63282b1fd0fb03df7946f8367857f1

