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?