it's possible to create an git alias to colorize the output, in error case, of git push command?
I have one that works to log, but i can't modify it to works with push.
git log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%C(62)\\ [%cn]\\ %ce" --decorate
example of error message:
"error: failed to push some refs to 'https://github.com/user/projectname.git'"