Skip to content

Commit

Permalink
git commands are code
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar authored Oct 26, 2023
1 parent 7f1dbac commit fce0c33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fce0c33

Please sign in to comment.