mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-14 20:14:27 +01:00
3 lines
117 B
Bash
Executable file
3 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
git submodule foreach git fetch origin
|
|
git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1
|