📜  git 如何找到原始分支创建者 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:59.306000             🧑  作者: Mango

代码示例1
#List remote Git branches by author sorted by committer date:
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate