feat(git): add git submodule update to download function (#34)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/34
This commit is contained in:
Victor Westerlund 2025-09-11 12:38:53 +02:00
parent c931dd9cf7
commit fba317b20c

View file

@ -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.