We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fae7588 + e36f9af commit 28684f9Copy full SHA for 28684f9
src/git.md
@@ -256,9 +256,12 @@ Changes not staged for commit:
256
no changes added to commit (use "git add" and/or "git commit -a")
257
```
258
259
-These changes are not changes to files: they are changes to submodules (more on this
260
-[later](#git-submodules)). To get rid of those, run `./x --help`, which will automatically update
261
-the submodules.
+These changes are not changes to files: they are changes to submodules (more on this [later](#git-submodules)).
+To get rid of those:
+
262
+```console
263
+git submodule update
264
+```
265
266
Some submodules are not actually needed; for example, `src/llvm-project` doesn't need to be checked
267
out if you're using `download-ci-llvm`. To avoid having to keep fetching its history, you can use
0 commit comments