- 项目URL后面加上compare可以查看不同版本分支的区别
-
https://github.com/rails/rails/compare/master@{7.day.ago}...master 像这样URL加上compare/master@{7.day.ago}...master
这样就列出了 master和自己7天前的区别
时间单位有day week month year - {7.day.ago}也可以换成{2013-01-01}这样的准确日期来现实。
本文标题:查看代码版本和不同时间的区别
本文链接:https://www.haomeiwen.com/subject/umaciftx.html
网友评论