美文网首页Git
Git show branch info

Git show branch info

作者: JaedenKil | 来源:发表于2021-12-07 11:00 被阅读0次

    Show local branch info:

    git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate
    

    Show remote branch info:

    git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' --sort=committerdate refs/remotes
    

    相关文章

      网友评论

        本文标题:Git show branch info

        本文链接:https://www.haomeiwen.com/subject/nvioxrtx.html