git lg command print `ESC[33m|` on MacOS

Viewed 10

my git lg command is:

alias.lg=log --color --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all

It works well on linux, but on MacOS(iTerm) the output is quite strange:
on linux
onMacOs

Is there anyone who can help me solve this problem?

0 Answers
Related