hub 是一个命令行工具,它封装了 git 命令用于扩展一些额外的特性,让你更加方便的使用 Github。
hub 2.2.0 发布,此版本是第一个基于 Go 的官方版本,是使用 Go 重写 hub 的里程碑,合并了 jingweno/gh
从 2013 年 4 月份开始,gh 开始尝试使用 Go 开发命令行工具,Go 在 CLI 应用开发方面拥有速度,低内存消耗和分布式等优势。
自 2.2.0-rc1 以来的 bug 修复:
Properly parse global git flags: #764
Fork command on GitHub Enterprise prompts with incorrect hostname: #770
Fix Windows config file directory issue: #773
Fix hub checkout
Compilation on OpenBSD: #779
Support hub init -g DIR: #791
Read title and body by taking into account Windows line endings: #806
Do not insert "--no-ff" for "--squash" for hub-merge: #807
Doc improvement on hub browse: #759
Bug fixes on help message of hub issue -l: #750
最后,感谢所有贡献者!
软件详情:https://github.com/github/hub
来自:开源中国社区

