systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 8bd5a555f7989e5f0ee123af7ab62b4bbad070a0
parent d841cbc719b89128b42d30382e0060209f22f5f1
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 16 Jul 2018 14:43:34 +0200

add git submodule update in gittemplates post-checkout

dotfiles/.gittemplates/hooks/post-checkout | 2 ++
1 file changed, 2 insertions(+)

Diffstat:
Adotfiles/.gittemplates/hooks/post-checkout | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.gittemplates/hooks/post-checkout b/dotfiles/.gittemplates/hooks/post-checkout @@ -0,0 +1,2 @@ +echo update submodules +git submodule update