This commit is contained in:
Santiago Lo Coco 2022-02-08 00:19:05 -03:00
parent 0e4945dabe
commit 902b1b1385
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
git submodule update
# git submodule foreach git pull
# git commit -m "Update sadedot submodule" sadedot
# git push
git submodule update --remote --merge
git commit -m "Update sadedot submodule" sadedot
git push