diff --git a/content/getting-started/faq.md b/content/getting-started/faq.md index 510b03f..4117598 100644 --- a/content/getting-started/faq.md +++ b/content/getting-started/faq.md @@ -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, 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. Afterwards, they will be removed by the regular Git garbage collector on our servers.