Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的一个个人项目中,我在 4 次不同的提交中重命名了一个文件大约 4 次。事实上,我也是通过这个过程学习 git 的,并且我已经多次重命名了很多文件。
我想搜索涉及“水”一词的任何更改,但我不希望 git 显示由于我所做的文件重命名而导致的每个实例“水”。
所以我才找到答案。要搜索“水”而不包括文件重命名:
git log -SWater -M