mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-12-22 02:09:41 +01:00
update-all script
This commit is contained in:
parent
0032544b6b
commit
a474c3c921
1 changed files with 6 additions and 0 deletions
6
update-all.sh
Executable file
6
update-all.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/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
|
Loading…
Reference in a new issue