Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
chore(readme): give example on how to comment on issue using editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Nov 4, 2019
1 parent 1182449 commit caea2c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down

0 comments on commit caea2c7

Please sign in to comment.