在 Powershell 中显示整个输出

在 Powershell 中显示整个输出

使用 Powershell 时,如果我运行 git 命令,则会git branch -a显示一页信息。按 Enter 键时会显示另一行。我怎样才能一次打印其余信息,而不是逐行打印?

答案1

Git 文档

-P
--no-pager

    Do not pipe Git output into a pager.

相关内容