Commit 158e768a authored by Evan Read's avatar Evan Read

Merge branch 'docs-update-repo-cleanup-heading' into 'master'

Clarify repository cleanup process

See merge request gitlab-org/gitlab!53161
parents f2625a5d e9a7208f
...@@ -23,9 +23,9 @@ Rewriting repository history is a destructive operation. Make sure to back up yo ...@@ -23,9 +23,9 @@ Rewriting repository history is a destructive operation. Make sure to back up yo
you begin. The best way back up a repository is to you begin. The best way back up a repository is to
[export the project](../settings/import_export.md#exporting-a-project-and-its-data). [export the project](../settings/import_export.md#exporting-a-project-and-its-data).
## Purge files from repository history and storage ## Purge files from repository history
To reduce the size of your repository in GitLab, you must remove references to large files from branches, tags, *and* To reduce the size of your repository in GitLab, you must first remove references to large files from branches, tags, *and*
other internal references (refs) that are automatically created by GitLab. These refs include: other internal references (refs) that are automatically created by GitLab. These refs include:
- `refs/merge-requests/*` for merge requests. - `refs/merge-requests/*` for merge requests.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment