git - 我可以从命令行向 github 添加问题吗?

标签 git github command-line-interface github-issues

我是 git 的新手,我希望能够通过 github 为我的项目制定计划和进度。

问题是,这需要在 github.com 上使用浏览器进行大量点击,我希望能够通过使用命令行程序在某种程度上自动化该任务。

github有命令行界面吗?

最佳答案

有一个 ghi gem您可以用来管理问题。

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

关于git - 我可以从命令行向 github 添加问题吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11002908/

相关文章:

github - 使用 git repo 中的新内容更新本地文件夹

plugins - 如何让 Resharpers InspectCode 识别插件?

git - Git更新后无法推送

Git pull/克隆一个分支

node.js - 推送到heroku的提交文件夹没有成功

git - 如何找出包含特定文件更改的 pull 请求?

ios - 在 git 版本控制下添加项目时在 Xcode 中出现 "Share working copy?"

php - 对一个命令使用不同的 PHP 版本 CLI 可执行文件

azure - 将参数传递给 DevOps 中的 Azure CLI 任务

python - 如何在预提交 Hook 之前运行自定义 shell 脚本文件