1. 在当前git项目目录下执行

   git blame -L 38,38 <filename>

例子:  git blame -L 38,38 src/component/BarCode/index.js    (index.js中 第38行的提交修改记录)

相关文章:

  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案