Can I add issues to github from the command line?

后端 未结 6 1615
旧时难觅i
旧时难觅i 2021-02-02 09:24

I\'m new to git and I\'d like to be able to map plans and progress for my project through github.

The problem is, that requires lots of clicking around with a browser on

6条回答
  •  情书的邮戳
    2021-02-02 09:49

    There's a ghi gem that you can use to manage issues.

    The most commonly used ghi commands are:
       list        List your issues (or a repository's)
       show        Show an issue's details
       open        Open (or reopen) an issue
       close       Close an issue
       edit        Modify an existing issue
       comment     Leave a comment on an issue
       label       Create, list, modify, or delete labels
       assign      Assign an issue to yourself (or someone else)
       milestone   Manage project milestones
    

提交回复
热议问题