如何查看 GitHub 上的提交图表?

Whi*_*uit 4 git github

有没有办法git tree在 GitHub 上查看命令?

git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Run Code Online (Sandbox Code Playgroud)

jin*_*ngx 6

在项目的主页上,单击“Insights”,然后单击“Network”,它将显示历史图表。

例如: https: //github.com/git/git/networkgit/git根据您的项目路径进行更改。

直接链接: https: //github.com/**path-to-project**/network