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

时间:2019-09-24 15:10:32

标签: git github

有没有办法在终端内部显示此内容? : Network Graph

我知道类似的命令,但是它没有显示相同的信息,

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

来自此question,但与网络图显示的内容不同,请参见

enter image description here

1 个答案:

答案 0 :(得分:0)

我相信以下内容可以满足您的需求: git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all