使用 Powershell 时,如果我运行 git 命令,则会git branch -a
显示一页信息。按 Enter 键时会显示另一行。我怎样才能一次打印其余信息,而不是逐行打印?
答案1
从 Git 文档:
-P
--no-pager
Do not pipe Git output into a pager.
使用 Powershell 时,如果我运行 git 命令,则会git branch -a
显示一页信息。按 Enter 键时会显示另一行。我怎样才能一次打印其余信息,而不是逐行打印?
从 Git 文档:
-P
--no-pager
Do not pipe Git output into a pager.