Forrest logo
back to context overview

git-maintenance

List of commands for git-maintenance:

  • git-maintenance:tldr:016d8 git-maintenance: Start running maintenance on the current repository.
    $ git maintenance start
    try on your machine
    explain this command
  • git-maintenance:tldr:36fa2 git-maintenance: Run a specific maintenance task on the current repository.
    $ git maintenance run --task=${select}
    try on your machine
    explain this command
  • git-maintenance:tldr:9c9b0 git-maintenance: Remove the current repository from the user's maintenance repository list.
    $ git maintenance unregister
    try on your machine
    explain this command
  • git-maintenance:tldr:adcc3 git-maintenance: Register the current repository in the user's list of repositories to daily have maintenance run.
    $ git maintenance register
    try on your machine
    explain this command
  • git-maintenance:tldr:b401d git-maintenance: Halt the background maintenance schedule for the current repository.
    $ git maintenance stop
    try on your machine
    explain this command
back to context overview