gpt4 book ai didi

git - 从 git log 中通过扩展名排除特定文件

转载 作者:行者123 更新时间:2023-12-02 20:45:39 26 4
gpt4 key购买 nike

我需要根据其扩展名排除特定文件,我现在的命令是这样的:

git log --author="author.name" --pretty=tformat: --numstat

我应该添加什么来排除例如所有扩展名为 .ktr 和 .db_diagram 的文件?

谢谢!

最佳答案

git log --author="author.name"--pretty=tformat: --numstat -- . ':!*.ktr' ':!*.db_diagram'

关于git - 从 git log 中通过扩展名排除特定文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44538905/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com