Welcome

首页 / 软件开发 / .NET编程技术 / Solution Explorer及Source Control Explorer的View History区别

Solution Explorer及Source Control Explorer的View History区别2015-12-05 cnblogs Luminji如果查看别人对代码的修改,你可能会非常烦恼与在 Solution Explorer 中看历史版本看不全,如下:

实际上,你想看到的是对于整个解决方案,全部的历史版本,那应该跑去 Source Control Explorer 查看,同样点 View History,这回就会看到全部的签入记录,如下:

Solution Explorer 的 ViewHistory 非常方便于对单个文件的历史查看,而如果想对全局有个更好的理解,则应该去 Source Control Explorer 使用 View History。