我有這樣一個gitconfig: [alias]
l = "!source ~/.githelpers && pretty_git_log"
當我運行它,我得到這個: [desktop] git l
source ~/.githelpers && pretty_git_log: 1: source: not found
error: cannot run source ~/.githel
我要上色的git狀態輸出,使: untracked files = magenta
new files = green
modified files = blue
deleted files = red
我也看不到綠色和不分級的文件以藍色上演文件: 我的.gitconfig是設置有以下依據某些搜索: [color]
status = auto
[color "status"]
a
我獲得以下錯誤消息,當我試圖爲擠壓運行git rebase -i我承諾: /usr/libexec/git-core/git-sh-setup: line 112: mate: command not found
如何混帳認準編輯器? 從git-sh-setup文件,我只能看到這種方法: git_editor() {
if test -z "${GI