How to force git greg to show line number of returned file
2024-7-31 19:19:43 Author: acassis.wordpress.com(查看原文) 阅读量:3 收藏

You can use this global option:

$ git config --global grep.lineNumber true

Next git you hit “git grep someword” it will show the line number on returned files.


文章来源: https://acassis.wordpress.com/2024/07/31/how-to-force-git-greg-to-show-line-number-of-returned-file/
如有侵权请联系:admin#unsafe.sh