Git Extensions 是一个用于管理 git 存储库的独立 UI 工具。Git Extensions v7.1.0 RC1 现已发布,更新亮点如下:
- 必需:.NET 10.0 Desktop Runtime v10.0.9 x64或更高版本 10.x
- 推荐版本:Git 2.53.0 或更高版本
- 支持使用 MinTTY 作为 console emulator
使用 Git installation 中的mintty.exe
已知问题:
- 需要设置“Path to linux tools”。
- OK 按钮未激活:只需按下
Enter键或让对话框自动关闭(并使用 Output History tab)
- 提交对话框可能与
index.lock出现冲突。此时需要重启 Git Extensions 服务。
此问题将在接下来的 Git 版本中解决,该版本需要包含 mintty/mintty#1362。
- 合并信息编辑器始终弹出
- 支持在 XDG_CONFIG_HOME 下进行全局 Git 配置
What's Changed
- 修复:让 Copilot 在代码审查中提及可扩展性变更 #13111
- 避免某些 heap allocations #13108
- 将 private & internal classes 设为 sealed,并进行一些集合调整 #13107
- ci:为拉取请求添加 CLA sign-off 检查工作流 #13114
- ci:将 FabricBot 自动化转换为 GitHub Actions #13115
- feat(FormFixHome):检测备用全局 Git 配置 #13095
- 实现 Mintty console emulator 支持 #13035
更新说明:https://github.com/gitextensions/gitextensions/releases/tag/v7.1.0