Skip to content

Commit

Permalink
preserve branches on submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Sep 14, 2024
1 parent ebd311d commit 1773c9f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bin/update_submodules.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/usr/bin/env bash

# initialize submodules recursively
git submodule update --init --force --recursive

# update monero-project
cd ./external/monero-project
git checkout master
git pull --ff-only origin master
cd ../../
git submodule update --init --recursive

0 comments on commit 1773c9f

Please sign in to comment.