mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-12-22 02:09:41 +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
|