Skip to content

Instantly share code, notes, and snippets.

@nasahapps
Created December 8, 2017 20:33
Show Gist options
  • Save nasahapps/d2597cc4423ec52cc2c153b360ce0109 to your computer and use it in GitHub Desktop.
Save nasahapps/d2597cc4423ec52cc2c153b360ce0109 to your computer and use it in GitHub Desktop.
Shell command to run after checking out a branch
#!/bin/sh
set -e
git pull
git submodule update
pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment