Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我见过很多脚本来显示当前分支,但我想复制这个确切的设置(见屏幕截图的右侧)。有谁知道如何使它成为可能?
链接到全尺寸屏幕截图
查看oh-my-zsh。它有不同的主题可以显示当前的 git 分支。您可以在此处查看许多当前可用主题的屏幕截图:主题
我能想到的最接近的是
git describe --all --dirty=' ±'
也许不完全是你需要的,但也许你可以从中工作。