Keep your installed pods up-to-date between branch checkouts! This is a git post-checkout
hook for running a pod install
if necessary when a checkout event happens in your local working git repository.
Install with
curl https://gist.github.com/ThuggishNuggets/7a2013189e42f52a5bc22a3f66c99c2a/raw/a872173642d9f7c4b0805ef5e76a231155879789/pod-install-post-checkout-hook > .git/hooks/post-checkout
chmod +x .git/hooks/post-checkout
curl https://gist.github.com/ThuggishNuggets/7a2013189e42f52a5bc22a3f66c99c2a/raw/a872173642d9f7c4b0805ef5e76a231155879789/pod-install-post-checkout-hook > .git/hooks/post-merge