Advent-of-Code-Aggregator/pullthemall
2020-12-03 17:59:49 +01:00

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