.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