有没有办法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)
在项目的主页上,单击“Insights”,然后单击“Network”,它将显示历史图表。
例如: https: //github.com/git/git/network。git/git根据您的项目路径进行更改。
直接链接: https: //github.com/**path-to-project**/network