0

Fix typo in git_submodules.md

Fixed: 369868040
Change-Id: I2228ce8f7368b169951982bc8560db572cb20f5f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5901133
Commit-Queue: André Bianchessi <abianchessi@chromium.org>
Reviewed-by: Mickey Burks <mickeyburks@chromium.org>
Reviewed-by: David Pennington <dpenning@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1363631}
This commit is contained in:
André Bianchessi
2024-10-03 14:50:19 +00:00
committed by Chromium LUCI CQ
parent 1e51638e76
commit fa2af277c3

@ -48,7 +48,7 @@ Corresponding DEPS entry would look like:
## How to avoid accidental Git submodule updates?
The simplest approach is to always run gclient sync after updated chromium
The simplest approach is to always run gclient sync after updating chromium
checkout (e.g. after `git pull`, or `git checkout`). You can automate that by
adding post-checkout hook (example below). To confirm there are no changes, run
`git status`. If you use `git commit -a`, check the "Changes to be committed"
@ -290,4 +290,3 @@ If you want to keep your gitlink, then run `git add <affected path>`.
Please file [a bug under Infra>SDK
component](https://bugs.chromium.org/p/chromium/issues/entry?components=Infra%3ESDK).