From 116ee1b85b3107e3d63a63c7b4b31cdd76cefe56 Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 15 Sep 2023 03:05:40 -0400 Subject: [PATCH] update `gh clone` to `gh repo clone` (#28237) --- content/github-cli/github-cli/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index 89ee3443d6..8d8efa2872 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -60,7 +60,7 @@ If you run the `repo` subcommand from within the directory of a local Git reposi ### Cloning a repository -Enter `gh clone OWNER/REPO`. For example, `gh clone octo-org/octo-repo` clones the `octo-org/octo-repo` repository to the directory from which you ran this command on your local computer. +Enter `gh repo clone OWNER/REPO`. For example, `gh repo clone octo-org/octo-repo` clones the `octo-org/octo-repo` repository to the directory from which you ran this command on your local computer. ### Creating a repository