mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2025-01-03 15:29:44 +01:00
7 lines
164 B
Bash
7 lines
164 B
Bash
|
#!/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
|