diff --git a/content/git/reduce-size.md b/content/git/reduce-size.md index 49bd77c..0fac546 100644 --- a/content/git/reduce-size.md +++ b/content/git/reduce-size.md @@ -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. 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.