Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
Created July 22, 2014 21:19
.gitconfig alias for recursively updating submodules
[alias]
subup = "!f() { git submodule sync; git submodule update --init --recursive; }; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment