Skip to content

Instantly share code, notes, and snippets.

@jdivock
Created December 1, 2014 16:56
Show Gist options
  • Save jdivock/8ef4a2105a273a0ff3a2 to your computer and use it in GitHub Desktop.
Save jdivock/8ef4a2105a273a0ff3a2 to your computer and use it in GitHub Desktop.
Git pullall
git config alias.pullall '!f(){ git pull "$@" && git submodule update --init --recursive; }; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment