Warning: Missing argument 3 for write(), called in /www/wwwroot/biwei1.cn/incs/robot.php on line 68 and defined in /www/wwwroot/biwei1.cn/incs/data.php on line 487 原来 git 自身提供了 grep 的能力,通过 git grep -n SEARCH_WORD 可以查找项目中内容的具体行数,--column 可以拿到列数,-p 参数还可以将内容所在的函数打印出来。相比 linux 提供的 g…