Skip to content

Commit

Permalink
tools: Add reset submodules script (#7465)
Browse files Browse the repository at this point in the history
Co-authored-by: merry <[email protected]>
  • Loading branch information
FearlessTobi and merryhime authored Mar 3, 2024
1 parent 69e758d commit 0ff3440
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/reset-submodules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash -ex

# SPDX-FileCopyrightText: 2024 yuzu Emulator Project
# SPDX-License-Identifier: MIT

git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive

0 comments on commit 0ff3440

Please sign in to comment.