Commit e322676e authored by John Lyttle's avatar John Lyttle Committed by Amy Qualls

Update reducing-repo-size page with more info

parent 0340c12f
......@@ -63,6 +63,12 @@ To purge files from a GitLab repository:
git clone --bare --mirror /path/to/project.bundle
```
1. Navigate to the `project.git` directory:
```shell
cd project.git
```
1. Using `git filter-repo`, purge any files from the history of your repository. Because we are
trying to remove internal refs, we rely on the `commit-map` produced by each run to tell us
which internal refs to remove.
......
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