Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想查看所有最后提交的特定版本 ID 的文件。我正在使用 git 存储库和 eclipse Kepler。
例如,我有一些版本 ID 为“xyznumber”的 jspx 文件,我想查看所有使用相同版本 ID 提交的文件。
在 Eclipse 中,我们可以通过查看特定模块上的“团队 > 历史显示”来实现相同的目的。我们可以看到我们所有已提交的所需版本的更改。