mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-15 04:24:26 +01:00
4 lines
117 B
Text
4 lines
117 B
Text
|
#!/bin/sh
|
||
|
git submodule foreach git fetch origin
|
||
|
git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1
|