suyu/tools/reset-submodules.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
239 B
Bash
Raw Normal View History

2024-03-05 09:42:40 +01:00
#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 Emulator Project
2024-03-05 09:42:40 +01:00
# SPDX-License-Identifier: MIT
#
# Modified by AMA25 on 3/5/24
2024-03-05 09:42:40 +01:00
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive