如何關閉 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!