gitlab-org--gitlab-foss/doc/administration/housekeeping.md

14 lines
558 B
Markdown
Raw Normal View History

2016-01-11 16:11:22 +00:00
# Housekeeping
## Introduction
The housekeeping function runs `git gc` on the current project git repository.
`git gc` runs a number of housekeeping tasks, such as compressing file revisions (to reduce disk space and increase performance) and removing unreachable objects which may have been created from prior invocations of git add.
See https://www.kernel.org/pub/software/scm/git/docs/git-gc.html for details.
2016-01-11 16:11:22 +00:00
## Where can I find it?
Just go to your project settings page and you will find the housekeeping function below the project settings form.