查看某个用户的Commit历史

最后更新于:2022-04-02 01:04:25

查看某个用户的所有提交历史,只需在commits页面URL后加上 `?author=username` 。 ~~~ https://github.com/rails/rails/commits/master?author=dhh ~~~ ![2015-07-16/55a7758cbe64e](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-07-16_55a7758cbe64e.png) [_深入了解提交视图之间的区别_](https://help.github.com/articles/differences-between-commit-views)
';