diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2016-01-11 17:11:22 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2016-01-11 17:11:22 +0100 |
commit | 4b1023105a692b3f36f2a9c51fcf193b411156ed (patch) | |
tree | 03c53a506b29c00dbe38f5191dcfb604b49992ba /doc/administration/housekeeping.md | |
parent | 701e9ee4519200445a54ee200475a71e2253abe9 (diff) | |
download | gitlab-ce-4b1023105a692b3f36f2a9c51fcf193b411156ed.tar.gz |
Add housekeeping feature documentation
Diffstat (limited to 'doc/administration/housekeeping.md')
-rw-r--r-- | doc/administration/housekeeping.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/administration/housekeeping.md b/doc/administration/housekeeping.md new file mode 100644 index 00000000000..9c4fb72fd73 --- /dev/null +++ b/doc/administration/housekeeping.md @@ -0,0 +1,13 @@ +# 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. + +Users are encouraged to run this task on a regular basis to maintain good disk space utilization and good operating performance. + +## Where can I find it? + +Just go to your project settings page and you will find the housekeeping function below the project settings form. |