正如标题所说,Xcode 12 UI 不再完整显示 git 分支名称。过去,在源代码控制导航器选项卡下,Xcode 会列出具有尽可能多字符的名称,例如:
sprint_17_home_button_fix
sprint_17_double_entry_fix
sprint_18_added_color_change
Run Code Online (Sandbox Code Playgroud)
现在它用省略号截断每个分支的中间:
s...ix
s...ix
s...ge
Run Code Online (Sandbox Code Playgroud)
这使得遍历我的分支变得非常困难。有谁知道是否有任何设置可以解决这个问题?我搜索的所有内容都与 git 本身无法运行有关,这不是我的问题。