@@ -107,7 +107,7 @@ download all the advertised refs.
git push origin --force'refs/replace/*'
```
Refer to the Git documentation on [`replace`](https://git-scm.com/book/en/v2/Git-Tools-Replace) for how this works.
Refer to the Git [`replace`](https://git-scm.com/book/en/v2/Git-Tools-Replace) documentation for information on how this works.
1. Run a [repository cleanup](#repository-cleanup).
...
...
@@ -117,9 +117,9 @@ to see a reduction in storage utilization.
## Purge files from GitLab storage
In addition to the refs mentioned above, GitLab also created hidden `refs/keep-around/*` to prevent commits being
deleted. Hidden refs are not advertised which means we can't download them using Git, but these refs are included in
the project export.
In addition to the refs mentioned above, GitLab also creates hidden `refs/keep-around/*`to prevent commits being deleted. Hidden refs are not advertised, which means we can't download them using Git, but these refs are included in a project export.
1. Cloning from a bundle file will set the origin remote to the local bundle file. Delete this origin remote, and set
it to the URL to your repository.
1. Because cloning from a bundle file sets the `origin` remote to the local bundle file, delete this `origin` remote, and set it to the URL to your repository: