diff --git a/src/git.md b/src/git.md index 1f010e48f..5a6986185 100644 --- a/src/git.md +++ b/src/git.md @@ -598,7 +598,7 @@ fatal: Fetched in submodule path 'src/llvm-project', but it did not contain 5a51 If you see `(new commits, modified content)` you can run ```console -$ git submodule foreach git reset --hard +git submodule foreach git reset --hard ``` and then try `git submodule update` again.