GIT-GIT分支列表

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GIT-GIT分支列表相关的知识,希望对你有一定的参考价值。

I want to get a list of all the branches in a Git repository with the "freshest" branches at the top, where the "freshest" branch is the one that's been committed to most recently (and is, therefore, more likely to be one I want to pay attention to).
  1. git for-each-ref --sort=-committerdate refs/heads/

以上是关于GIT-GIT分支列表的主要内容,如果未能解决你的问题,请参考以下文章