Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
端末コマンドまたは や のような git コマンドの長い出力を終了する方法git logはgit branch -a?
git log
git branch -a
コマンドの出力が完了するまでエンターを押さなければならないことを回避するにはどうすればよいですか?
git log出力のページングにmoreorを使用します。less
more
less
を押しqて停止を増やしたり減らしたり、残りの出力をドロップしたりできます。
q
Ctrl-C が完全な答えですが、このフィールドには短すぎます。