Minor correction of a missed word (#380)

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/380
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: A Frederick Christensen <fauxmight@noreply.codeberg.org>
Co-committed-by: A Frederick Christensen <fauxmight@noreply.codeberg.org>
This commit is contained in:
A Frederick Christensen 2023-12-26 13:02:29 +00:00 committed by Panagiotis "Ivory" Vasilopoulos
parent ca4290e697
commit 6c05b15edb

View file

@ -105,7 +105,7 @@ By default, removing tracked files from Git keeps them in the history.
You'd need to rewrite history and force-push the branch, You'd need to rewrite history and force-push the branch,
or remove all branches your object is included in. or remove all branches your object is included in.
Still, in order to prevent inadvertently removed history which be useful for code reviews, Still, in order to prevent inadvertently removed history which may be useful for code reviews,
we keep those objects around for approximately 30 days. we keep those objects around for approximately 30 days.
Afterwards, they will be removed by the regular Git garbage collector on our servers. Afterwards, they will be removed by the regular Git garbage collector on our servers.