Skip to content
Snippets Groups Projects

Typo fixes in cleanup.md

Merged gitlab-qa-bot requested to merge github/fork/bbodenmiller/patch-1 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
### Remove grabage from filesystem. Important! Data loss!
### Remove garbage from filesystem. Important! Data loss!
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.
```
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
```
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.
```
bundle exec rake gitlab:cleanup:repos RAILS_ENV=production
Loading