且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Git分支命令的行为类似于“少"

更新时间:2022-06-14 23:16:38

在Git 2.16中引入.

As mentioned in comments to Mark Adelsberger's answer, this was a default behavior change introduced in Git 2.16.

默认情况下,您可以使用git branch的分页输出> pager.branch配置设置:

You can turn paged output for git branch back off by default with the pager.branch config setting:

git config --global pager.branch false