git status | less
とすると、色が付かないので……。
% git status -c color.status=always status | less -R
以下のそのまんまです。
shell - force git status to output color on the terminal (inside a script) - Stack Overflow
git status | less
とすると、色が付かないので……。
% git status -c color.status=always status | less -R
以下のそのまんまです。
shell - force git status to output color on the terminal (inside a script) - Stack Overflow