如何关闭 Windows 下 TortoiseGit 任务栏里窗口标题的分支显示
一、引言
TortoiseGit 是一个专为团队协作设计的 Git 图形化客户端,旨在解决版本控制中常见的问题,如冲突、回滚、历史查看等。本文档是 TortoiseGit 的使用手册前言部分,旨在向读者介绍手册的目的、适用人群以及阅读指南。
二、问题说明
在Windows下使用TortoiseGit 时下方任务栏文件夹名称,默认会增加 [V610, ↑,↓],对于很多人来说,感觉非常不适,所以研究了下官方配置,可以按如下设置即可关闭。
- ModifyExplorerTitle
When using the status cache, the title bar of explorer windows are modified to include the branch name, stash count and if an upstream is set also the outgoing and incoming commits. Set this to false
if you don’t want this or if you have other tools which already do that. The default is true
.
- 该设置改为false,重启 Window 资源管理器即可生效,very nice!