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.
如何从命令行上的 sha1 哈希获取分支/功能名称?
这也是如何使用 pretty=format 语法完成的。
我看到它是用这种方法完成的
git log --graph --full-history --all --color \ --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"
但我不知道是哪条线导致了这种情况。
您可以使用...
git branch --contains <sha1>