rake sync:submodules

main
Alpha Chen 3 weeks ago
parent 0f3a85f963
commit f30f9154df
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -17,7 +17,8 @@ namespace :sync do
desc "Sync submodules"
task :submodules do
sh "git submodule update --init --recursive --remote"
sh "git submodule sync"
sh "git submodule foreach git pull"
end
desc "Sync puzzles from ~/Downloads"

Loading…
Cancel
Save