Examples (5)
Register the current repository in the user's list of repositories to daily have maintenance run
git maintenance registerSchedule maintenance tasks to run on the current repository every hour
git maintenance startHalt the background maintenance schedule for the current repository
git maintenance stopRemove the current repository from the user's maintenance repository list
git maintenance unregisterRun a specific maintenance task on the current repository
git maintenance run --task commit-graph|gc|incremental-repack|loose-objects|pack-refs|prefetchmade by @shridhargupta | data from tldr-pages