首页 > 解决方案 > 如何在 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

标签: gitgithub

解决方案


在项目的主页上,点击 Insights,然后点击 Network,它会显示历史图表。

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


推荐阅读