技术栈

git grep

恋喵大鲤鱼
2 小时前
git·git grep
git grepgit grep 用于在 Git 仓库中搜索文本。它会自动忽略 .gitignore 中声明的文件(如 node_modules/、.idea/),并针对 Git 仓库进行了性能优化。
我是有底线的