doc: fixed typo in content/git/reduce-size.md (#717)

Added a missing "to".

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/717
Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org>
Co-authored-by: TalpaEuropaea <talpaeuropaea@noreply.codeberg.org>
Co-committed-by: TalpaEuropaea <talpaeuropaea@noreply.codeberg.org>
This commit is contained in:
TalpaEuropaea 2025-12-08 16:23:43 +01:00 committed by Gusted
parent c9f21ef387
commit eec6e02abf

View file

@ -33,7 +33,7 @@ or in case of accidentally committed secrets, remain accessible to others.
You should make a backup of your repository before attempting rewriting the history. You should make a backup of your repository before attempting rewriting the history.
Additionally, once you have rewritten the history, everyone who has made a working copy of your Additionally, once you have rewritten the history, everyone who has made a working copy of your
repository will have ensure that they have copies with the correct, new history. repository will have to ensure that they have copies with the correct, new history.
If your repository has open pull requests, this will introduce conflicts for these, too. If your repository has open pull requests, this will introduce conflicts for these, too.