回答1

To get the file history

gitk <filename>

To see the blame history in a gui, which may help you track the commit use

git gui blame <filename> 

 

回答2

You can filter on gitk by following steps.

  1. Select [View]>[Edit view].
  2. Fill file name to [Enter files and directories to include, one per line].
  3. Select [OK] or [Apply].

 

相关文章:

  • 2021-09-26
  • 2022-01-26
  • 2021-12-09
  • 2021-12-30
  • 2021-07-15
  • 2021-06-28
  • 2022-03-04
猜你喜欢
  • 2022-01-23
  • 2022-01-07
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-01-25
相关资源
相似解决方案