3
如何從命令行上的sha1散列獲取分支/功能名稱?git命令顯示來自sha1散列的分支/功能名稱
此外,這是如何使用pretty = format語法完成的。
我看到,它的工作在某種程度上使用這種方法
git log --graph --full-history --all --color \
--pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"
,但我不知道哪條線是導致此。