We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d411e commit 2f69171Copy full SHA for 2f69171
doc/raketasks/cleanup.md
@@ -1,12 +1,12 @@
1
-### Remove grabage from filesystem. Important! Data loss!
+### Remove garbage from filesystem. Important! Data loss!
2
3
-Remove namespaces(dirs) from /home/git/repositories if they dont exist in GitLab database
+Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database.
4
5
```
6
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
7
8
9
-Remove repositories (global only for now) from /home/git/repositories if they dont exist in GitLab database
+Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database.
10
11
12
bundle exec rake gitlab:cleanup:repos RAILS_ENV=production
0 commit comments