How to view the git history of a specific file using GitKraken similar to PhpStorm/WebStorm

前端 未结 2 1106
醉酒成梦
醉酒成梦 2020-12-23 14:19

I DON\'T care about looking at the git history of a file that has been marked as \"modified\".

What I want is something akin to what WebStorm/PhpStorm have where yo

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 14:25

    Here's another way if you prefer to keep your hand on the mouse. Select the most recent commit, and in the right pane check the "View all files" box. Now you have a tree view of the entire repository, not just the modified files. Browse to the file of interest, right-click and select "File History".

提交回复
热议问题