class Git::Commands::Maintenance::Register

Add the current repository to the maintenance config

@example Register the repository for maintenance

Git::Commands::Maintenance::Register.new(execution_context).call

@example Register with a custom config file

Git::Commands::Maintenance::Register.new(execution_context).call(config_file: '/path/to/config')

@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