Skip to content

Instantly share code, notes, and snippets.

@wwqrd
Created November 8, 2018 10:51
Show Gist options
  • Save wwqrd/91f088e5510099ad9cf4c7b36a0c52aa to your computer and use it in GitHub Desktop.
Save wwqrd/91f088e5510099ad9cf4c7b36a0c52aa to your computer and use it in GitHub Desktop.
Check out submodules automatically
#!/usr/bin/env bash
# in .git/hooks/post-checkout
git submodule update --recursive --init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment