update-all script

This commit is contained in:
Jonas Meeuws 2024-12-02 20:53:23 +01:00
parent 0032544b6b
commit a474c3c921
No known key found for this signature in database
GPG key ID: BC0C864CF04D9AC4

6
update-all.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
git pull
git submodule init 2024
git submodule update
git submodule foreach git fetch origin
git submodule foreach git reset --hard origin/HEAD