0
我試圖設置我的git log
命令來自動格式化我想要的方式。在下面的[pretty]
部分下面,git說我的語法有錯誤,但我不明白它是什麼。我儘可能地遵循手冊頁。爲什麼這行會爲我的.gitconfigure文件導致語法錯誤?
[alias]
co = checkout
stat = status
l = log --all --graph --oneline
log = log --pretty=log_format
[log]
decorate = true
abbrevCommit = true
[color]
ui = true
[pretty]
log_format = "%C(yellow)%h %an %ad%C(reset)%n%w(72,1,2)%s%b"