From d3c7c7efad9cddc4a632dbc063255c696212adf9 Mon Sep 17 00:00:00 2001 From: Aadit Kamat Date: Tue, 13 Oct 2020 18:37:01 +0800 Subject: [PATCH] gh: add repo clone example (#4635) --- pages/common/gh.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/gh.md b/pages/common/gh.md index 89081c975d..76397653ee 100644 --- a/pages/common/gh.md +++ b/pages/common/gh.md @@ -19,6 +19,10 @@ `gh pr status` +- Clone a repository locally: + +`gh repo clone {{owner}}/{{repository}}` + - Create a new issue: `gh issue create`