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.
我想在任何分支中获得提交,这些更改(与先前提交的差异)包含特定的标识符。在文件历史记录中搜索是不够的,因为函数(目标标识符是它的名称)从一个文件移动到另一个文件。
尝试
git log -p --branches
这会直接或间接地为分支指向的所有提交提供补丁。