Skip to content

Commit daa08a3

Browse files
committed
dx: update dev workflow
1 parent 0848585 commit daa08a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.githooks/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ if [ "$3" = "0" ]; then
1717
fi
1818

1919
echo "Updating submodules..."
20-
git submodule update --init --recursive
20+
git submodule update --init --recursive --remote
2121

2222
exit 0

.githooks/post-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
# $1 - flag (1 = squash merge, 0 = normal merge)
1010

1111
echo "Updating submodules..."
12-
git submodule update --init --recursive
12+
git submodule update --init --recursive --remote
1313

1414
exit 0

0 commit comments

Comments
 (0)