美文网首页
git branch 排序 及显示更多内容

git branch 排序 及显示更多内容

作者: ifree321 | 来源:发表于2019-06-21 11:30 被阅读0次

    排序

    git branch --sort=committerdate
    

    显示更多内容

    git branch --sort=committerdate --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
    

    相关文章

      网友评论

          本文标题:git branch 排序 及显示更多内容

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