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.
我最近切换到Intellij,我想知道是否有可能显示git与svn给定项目文件关联的信息(作者姓名、上次提交日期...),例如Eclipse:
Intellij
git
svn
Eclipse
提前致谢
据我所知,通过将鼠标悬停在文件上没有标签装饰,但你可以这样做:
右键单击文件--> Git-->Show Current Revision
Git
Show Current Revision
这将向您显示提交哈希、修改者、日期和提交消息。
在想法 14 中工作。