Advent-of-Code-Aggregator/update-all.sh
2024-12-02 20:53:23 +01:00

6 lines
164 B
Bash
Executable file

#!/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