我能看到我的.gitconfig以下配置不同顏色的我的本地和遠程分支機構。 [color "branch"]
current = bold cyan
local = normal
remote = bold red
在git branch -vv但是,沒有顯示的附加的上游分支具有不同的顏色,這是我的屏幕上不可讀。 如何配置這個「上游」的色彩? (電影雙關意外:)
我正試圖用rebase壓制一些git提交。當我運行此: git rebase -i HEAD
我得到這個錯誤: /usr/lib/git-core/git-rebase: 1: eval: /usr/bin/mate: not found
Could not execute editor
我已經嘗試改變混帳配置編輯器變量,但我還沒有得到它的工作。現在我的配置文件顯示以下內容: [core