Advent-of-Code-Aggregator/update-all.sh

7 lines
164 B
Bash
Raw Permalink Normal View History

2024-12-02 20:53:23 +01:00
#!/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