标签: git intellij-idea
我希望在其他分支中获取某个特定文件的版本,而无需切换到该分支。在vim中进行编码时,我只需键入类似:!git show some_other_branch:file_name的内容即可。 IDEA怎么样,执行相同任务的最佳方法是什么?
vim
:!git show some_other_branch:file_name
答案 0 :(得分:1)
您可以右键单击文件中的某个位置,选择Git->Compare with Branch...然后选择所需的分支。
Git->Compare with Branch...