Can I add issues to github from the command line?

后端 未结 6 1601
旧时难觅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:52

    With Github's new official CLI (command line interface):

    gh issue create --title "How to create an issue?" --body "I need a github CLI"
    

    See additional details and options and installation instructions.

提交回复
热议问题