Skip to main content
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 265
Source Link
rinu
  • 101
  • 2

Colored git output piped to sponge

git will color it's output. Staged changes are green and deleted files are red for example. I have a script running several git commands in parallel and I use sponge to get a nicer output.

But using sponge removes the colors, is there a way to change that?