From f06fd735fe4db649cbdd1620d1bc371fc6aa0448 Mon Sep 17 00:00:00 2001 From: adrinr Date: Mon, 17 Apr 2023 19:20:41 +0100 Subject: [PATCH] Add post checkout hook --- .husky/post-checkout | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .husky/post-checkout diff --git a/.husky/post-checkout b/.husky/post-checkout new file mode 100644 index 0000000000..42999882d9 --- /dev/null +++ b/.husky/post-checkout @@ -0,0 +1,4 @@ +#!/bin/sh + +# Set the submodule.recurse configuration value to true +git config submodule.recurse true