Skip to content
Snippets Groups Projects
after-update.sh 103 B
#!/bin/sh

git submodule sync
git submodule update --init
git submodule foreach git pull origin master