将branch_A 替换成你想查看的分支的名字

git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sort -k5n -k2M -k3n -k4n|grep branch_A

相关文章:

  • 2021-10-20
  • 2021-11-20
  • 2022-02-08
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案