mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-12-22 02:09:41 +01:00
6 lines
164 B
Bash
Executable file
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
|