From caea2c778ccd38778cd10e0590cd42cc3c38613d Mon Sep 17 00:00:00 2001 From: Ryan Garant Date: Sun, 3 Nov 2019 17:48:18 -0800 Subject: [PATCH] chore(readme): give example on how to comment on issue using editor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66b48af9..24334593 100644 --- a/README.md +++ b/README.md @@ -766,6 +766,12 @@ Comment on an issue of the current repository. gh is 1 --comment 'Node GH rocks!' ``` +Comment on an issue using your default git editor (`git config --global core.editor`) by passing an empty `--comment` (_also works with an empty title_) + +``` +gh is 1 --comment +``` + Comment on an issue of a certain repository. ```