Mar*_*llo 6 git
是否有git find类似的git grep东西,即在树中按模式找到文件名的东西?我已经经历了很多git文档而没有找到它,但我很难相信它不存在于某个地方.
git find
git grep
Geo*_*edy 6
您可以使用列出树对象中的所有文件git ls-tree -r --name-only --full-tree <treeish>.通过常规grep管道,找到你要找的东西.
git ls-tree -r --name-only --full-tree <treeish>
归档时间:
15 年,6 月 前
查看次数:
200 次
最近记录: