issues
directory. An issue branch must contain only a file namedpost
which contains a frontmatter section (for storing metadata) and a body section. Adding a comment to an issue branch is as simple as updating thepost
file and committing it.title
and body
of the issue. .git/heads/issues/1
. -i
flag to specify a different numerical number or to add a comment to an existing issue. --use-editor
flag to launch an editor. core.editor
. You can provide an editor of your choice by changing the value ofcore.editor
or using the--editor
flag.--labels
flag.-i
flag.-i
flag is not required if you are already checked into the issue.--reply
or -r
flags.--reactions
or -e
flags.list
command: --reverse
flag to reverse the order. You can also limit the number of issues returned with --limit
or -n
flags. read
command to read the comments of a specific issue. Supposing there is an issue with ID = 2
, it can be read like this:--reverse
to reverse the order. You can also limit the number of comments returned with --limit
or -n
flags.close
command. Supposing we want to close an issue with ID = 2
, we can do it with the command below:reopen
command. The command below will reopen an issue with an ID of 2
.status
command.opened
or closed
.