From 9eeadbf096fbba624f6e4340f2910b395ce2b98c Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 26 Apr 2025 15:18:36 +0200 Subject: [PATCH] copy-paste ease --- src/doc/rustc-dev-guide/src/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md index 1f010e48fd85..5a6986185050 100644 --- a/src/doc/rustc-dev-guide/src/git.md +++ b/src/doc/rustc-dev-guide/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.