
git-maintenance
List of commands for git-maintenance:
-
git-maintenance:tldr:016d8 git-maintenance: Start running maintenance on the current repository.$ git maintenance starttry on your machineexplain 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 machineexplain this command
-
git-maintenance:tldr:9c9b0 git-maintenance: Remove the current repository from the user's maintenance repository list.$ git maintenance unregistertry on your machineexplain 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 registertry on your machineexplain this command
-
git-maintenance:tldr:b401d git-maintenance: Halt the background maintenance schedule for the current repository.$ git maintenance stoptry on your machineexplain this command