class Git::Commands::Maintenance::Unregister
Remove the current repository from background maintenance
@example Unregister the repository from maintenance
Git::Commands::Maintenance::Unregister.new(execution_context).call
@example Force unregister even if repository is not registered
Git::Commands::Maintenance::Unregister.new(execution_context).call(force: true)
@note โarguments` block audited against git-scm.com/docs/git-maintenance/2.54.0
@see Git::Commands::Maintenance Git::Commands::Maintenance for the full sub-command list
@see git-scm.com/docs/git-maintenance git-maintenance documentation
@api private