GitHub CLI 发布 2.53.0

gh 是 GitHub 官方的命令行客户端工具,在此推荐给每一位在参与、想参与到 GitHub 上开源项目的小伙伴。体验异常舒适!

常用的命令包括有:

  • 登陆认证 gh auth login

  • 克隆代码仓库 gh repo clone linuxsuren/api-testing

  • 创建 Fork 仓库 gh repo fork

  • 创建 PR gh pr create

以下是 2.53.0 的版本更新信息:

  • 为变量获取命令添加了 --json 选项,由 @babakks 在 #9128 中添加

  • 在问题模板中添加了 GH_DEBUG,由 @TWiStErRob 在 #9167 中添加

  • 需要时获取所选仓库的变量关系,由 @williammartin 在 #9256 中实现

  • github.com/hashicorp/go-retryablehttp 从 0.7.5 版本升级到 0.7.7 版本,由 @dependabot 在 #9250 中完成

  • 变更 gh attestation trusted-root 子命令,由 @steiza 在 #9206 中实现

  • 修复了 'gh release create --help' 中的缩进问题,由 @cchristous 在 #9296 中修复

  • actions/attest-build-provenance 从 1.3.2 版本升级到 1.3.3 版本,由 @dependabot 在 #9305 中完成

  • 更新文档以明确 gh repo create 的所有者,由 @jessehouwing 在 #9309 中更新

  • 修复调用 gh pr view --json stateReason 时的恐慌问题,由 @williammartin 在 #9307 中修复

  • 添加了 issue create --editor 命令,由 @notomo 在 #7193 中添加

  • 添加了 pr update-branch 命令,由 @babakks 在 #8953 中添加

相关推荐
aPurpleBerry4 小时前
【问题解决】Github上手动Delete file之后, git remote add+git push出错
git·github
MarcoAI4 小时前
github SSH连接(windows)
windows·ssh·github
KuaFuAI6 小时前
微软推出的AI无代码编程微应用平台GitHub Spark和国产AI原生无代码工具CodeFlying比到底咋样?
人工智能·github·aigc·ai编程·codeflying·github spark·自然语言开发软件
Mr_Xuhhh8 小时前
递归搜索与回溯算法
c语言·开发语言·c++·算法·github
用户31574760813516 小时前
成为程序员的必经之路” Git “,你学会了吗?
面试·github·全栈
墨染86617 小时前
HP G10服务器ESXI6.7告警提示ramdisk tmp已满
github
油泼辣子多加19 小时前
2024年11月13日Github流行趋势
github
叫我龙翔19 小时前
【项目日记】仿mudou的高并发服务器 --- 整体框架搭建 ,实现时间轮模块
运维·服务器·网络·c++·github
不是鱼21 小时前
新人程序猿必备的git技能(超实用基础版)
git·github
Srlua1 天前
从创建 GitHub 项目到推送代码:Git 命令行操作全流程
github·gittee