From fce0c33f3560e9a915d170901c79026d2de9d053 Mon Sep 17 00:00:00 2001 From: Philippe Le Hegaret Date: Thu, 26 Oct 2023 15:54:27 -0400 Subject: [PATCH] git commands are code --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed8d59f3..0d7bbf5c 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,21 @@ The general edition of the Guidebook is managed by [@w3c/guidebook](https://gith If it's the first time you check-out the repo you need to use --init first: +``` git submodule update --init --recursive +``` After that, you can update to latest tips of remote branches: +``` git submodule update --recursive --remote +``` then commit your updates +``` git commit -a -m "[chore] submodules update" +``` ## In this repository