Skip to content

Commit 272d6e0

Browse files
committed
Update submodules to latest commits
1 parent b225a8c commit 272d6e0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ git clone https://github.com/cpp-linter/clang-tools-wheel.git
99

1010
cd clang-tools-wheel
1111

12-
# update submodules
13-
git submodule update --init --recursive
12+
# Update submodules to their latest commits
13+
git submodule update --remote --merge
14+
15+
git add .
16+
git commit -m "Update submodules to latest commits"
1417
```

clang-format

0 commit comments

Comments
 (0)