内容简介:SmartGit 18.1 preview 2 发布,这是 SmartGit 18.1 的第二个公开预览版。SmartGit 是一个 Git 版本控制系统的图形化客户端程序。 主要更新内容: Changes view: when mouse-wheel scrolling over the connecti...
SmartGit 18.1 preview 2 发布,这是 SmartGit 18.1 的第二个公开预览版。SmartGit 是一个 Git 版本控制系统的图形化客户端程序。
主要更新内容:
Changes view:
when mouse-wheel scrolling over the connecting control between both sides
for a single changed block will scroll to the single change
scrolling up/down will only scroll up/down, not the other direction
Compare:
Ctrl+Shift+Up/Down will move the current line up/down
Git:
Cherry Pick/Revert: automatically pick primare parent changes for mergecommits instead of showing hard to understand parent selection dialog
Log:
Option to fork merge-parent right-most (less wobbling but more crossings)
Log, Journal:
show the HEAD commit message in bold
option to show full author name/email
if HEAD is selected in the Branches view and HEAD points to a branch, this branch ref will be shown in the Commits view
Abort: aborting a merge will invoke "git merge --abort" instead of "git reset --hard"
XML settings files: more compact format making it easier, e.g., to add external tools
完整内容请查看发布说明。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《SmartGit 18.1 preview 2 发布,跨平台 Git 客户端》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 支付宝客户端架构解析:iOS 客户端启动性能优化初探
- 自己动手做数据库客户端: BashSQL开源数据库客户端
- 支付宝客户端架构解析:Android 客户端启动速度优化之「垃圾回收」
- 客户端HTTP缓存
- 简析移动客户端安全
- 配置Hadoop集群客户端
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
我的第一本算法书
[日]石田保辉、[日]宮崎修一 / 张贝 / 人民邮电出版社 / 2018-10 / 69.00元
本书采用大量图片,通过详细的分步讲解,以直观、易懂的方式展现了7个数据结构和26个基础算法的基本原理。第1章介绍了链表、数组、栈等7个数据结构;从第2章到第7章,分别介绍了和排序、查找、图论、安全、聚类等相关的26个基础算法,内容涉及冒泡排序、二分查找、广度优先搜索、哈希函数、迪菲 - 赫尔曼密钥交换、k-means 算法等。 本书没有枯燥的理论和复杂的公式,而是通过大量的步骤图帮助读者加深......一起来看看 《我的第一本算法书》 这本书的介绍吧!