git branch 排序 及显示更多内容
2019-06-21 本文已影响0人
ifree321
排序
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))'