From 0f75846699d21edf1ab68ac2063e567fd8d26aa3 Mon Sep 17 00:00:00 2001 From: karajan1001 Date: Mon, 23 Aug 2021 20:18:01 +0800 Subject: [PATCH] Remove exps in remote git repo. related to https://github.com/iterative/dvc/pull/6471 --- content/docs/command-reference/exp/remove.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/docs/command-reference/exp/remove.md b/content/docs/command-reference/exp/remove.md index d4d0b39f14f..5e70d382c0d 100644 --- a/content/docs/command-reference/exp/remove.md +++ b/content/docs/command-reference/exp/remove.md @@ -5,7 +5,7 @@ Delete specific `dvc experiments` from the project. ## Synopsis ```usage -usage: dvc exp remove [-h] [-q | -v] [--queue | -A] +usage: dvc exp remove [-h] [-q | -v] [--queue | -A | -g ] [ [ ...]] positional arguments: @@ -28,6 +28,9 @@ With `--queue`, the list of experiments awaiting execution is cleared instead. - `-A`, `--all` - remove all experiments (includes `--queue`). +- `-g`, `--git-remote` - Name of the Git remote to GC all of the experiment + branches. + - `-h`, `--help` - shows the help message and exit. - `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no