File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,12 @@ Changes not staged for commit:
256256no changes added to commit (use "git add" and/or "git commit -a")
257257```
258258
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.
259+ These changes are not changes to files: they are changes to submodules (more on this [ later] ( #git-submodules ) ).
260+ To get rid of those:
261+
262+ ``` console
263+ git submodule update
264+ ```
262265
263266Some submodules are not actually needed; for example, ` src/llvm-project ` doesn't need to be checked
264267out if you're using ` download-ci-llvm ` . To avoid having to keep fetching its history, you can use
You can’t perform that action at this time.
0 commit comments