問題タブ [less-unix]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - git diff を端末に出力しないようにする
less somefile.txt
またはman bash
(less
内部的に使用) を実行すると、コンテンツが表示されますが、 を押すとQコンテンツが消えます。
git diff
も使用しますless
が、出力はコンソールに残ります。git
と同じように動作させるにはどうすればよいman
ですか?
現在の動作
git の動作が のようなものであることに気付きました。less -X
では、そのオプションを使用せずに git の実行回数を減らすにはどうすればよいでしょうか?