有没有办法在CLI中显示Github网络图?

有没有办法在CLI中显示Github网络图?,git,github,Git,Github,是否有办法将此显示器置于终端内 我知道一个类似的命令,但它不显示相同的信息 git log --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 从这一点来看,它并没有显

是否有办法将此显示器置于终端内

我知道一个类似的命令,但它不显示相同的信息

git log --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
从这一点来看,它并没有显示与网络图相同的内容,请参见


我相信以下几点可以满足您的要求:
git log--graph--abbrev commit--decoration--format=format:“%C(粗体蓝色)%h%C(重置)-%C(粗体青色)%aD%C(重置)%C(粗体绿色)(%ar)%C(重置)%C(粗体黄色)%d%C(重置)%n”“%C(白色)%s%C(重置)%C(暗白色)-%an%C(重置)”--所有这些我相信以下内容都能满足您的要求:
git log--graph--abbrev commit--decoration--format=format:“%C(深蓝色)%h%C(重设)-%C(深蓝色)%aD%C(重设)%C(深绿色)(%ar)%C(重设)%C(粗黄色)%d%C(重设)%n'%C(白色)%s%C(重设)%C(暗白色)-%an%C(重设)--all