We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0848585 commit daa08a3Copy full SHA for daa08a3
.githooks/post-checkout
@@ -17,6 +17,6 @@ if [ "$3" = "0" ]; then
17
fi
18
19
echo "Updating submodules..."
20
-git submodule update --init --recursive
+git submodule update --init --recursive --remote
21
22
exit 0
.githooks/post-merge
@@ -9,6 +9,6 @@
9
# $1 - flag (1 = squash merge, 0 = normal merge)
10
11
12
13
14
0 commit comments