diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-26 15:19:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 15:19:08 +0200 |
| commit | e40391ae0b6954a0cc1387540374416c72cdccd4 (patch) | |
| tree | 48ad475600f17f4efd132c487b79f5a8644de2f0 | |
| parent | 26a60d4151382dd078c40320f2966ced97dde1ab (diff) | |
| parent | 9eeadbf096fbba624f6e4340f2910b395ce2b98c (diff) | |
Merge pull request #2355 from rust-lang/tshepang-patch-1
copy-paste ease
| -rw-r--r-- | src/doc/rustc-dev-guide/src/git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md index 1f010e48fd8..5a698618505 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. |
