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 pulling changes or changing branches in your local git repository.
Install with
curl https://gist.githubusercontent.com/danielcarr/337b5cf0ddb6c1931c5a/raw > .git/hooks/post-checkout
chmod +x .git/hooks/post-checkout