Advent-of-Code-Aggregator/pullthemall

4 lines
117 B
Text
Raw Normal View History

2020-12-03 17:59:49 +01:00
#!/bin/sh
git submodule foreach git fetch origin
git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1