Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Maintenance Commands

Repository maintenance and health check commands.

Commands

  • gc - Garbage collection and optimization
  • fsck - File system consistency check
  • verify - Verify object integrity
  • stats - Repository statistics
  • reflog - History of HEAD and branch movements
# Weekly: Garbage collection
mediagit gc

# Monthly: Full verification
mediagit verify

# As needed: Check stats
mediagit stats