diff --git a/.bash_aliases b/.bash_aliases index c573b46..d1f82eb 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -93,6 +93,7 @@ gitf () { local remote="${2:-origin}" git pull "$remote" $(git rev-parse --abbrev-ref HEAD) + git submodule update --recursive ;; # Update all git submodules in this repo. "sd" for submodule download.