mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 11:51:16 -05:00
set the submodules back up at the end of reset-repo.bash
This commit is contained in:
@@ -24,6 +24,7 @@ git submodule deinit --all -f && echo "- submodules gone"
|
|||||||
git clean -fdx && echo "- gitignored changes gone"
|
git clean -fdx && echo "- gitignored changes gone"
|
||||||
git add -A
|
git add -A
|
||||||
git reset HEAD --hard && echo "- everything else gone"
|
git reset HEAD --hard && echo "- everything else gone"
|
||||||
|
git submodule update --init --recursive && echo "- brought the submodules back"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "in theory that should've done it. let's make sure"
|
echo "in theory that should've done it. let's make sure"
|
||||||
|
|||||||
Reference in New Issue
Block a user