docs(guide): Generalize over VCSs

This is a follow up to #12382
This commit is contained in:
Ed Page 2023-08-22 11:46:30 -05:00
parent 5155d3f7dc
commit a3dc5a1f94

View File

@ -8,7 +8,7 @@ about them, heres a summary:
* `Cargo.lock` contains exact information about your dependencies. It is
maintained by Cargo and should not be manually edited.
When in doubt, check `Cargo.lock` into git.
When in doubt, check `Cargo.lock` into the version control system (e.g. Git).
For a better understanding of why and what the alternatives might be, see
[“Why have Cargo.lock in version control?” in the FAQ](../faq.md#why-have-cargolock-in-version-control).
We recommend pairing this with