Ok, so in git bash this cmd..
git log --pretty='%C(yellow)%h%Creset %s' --abbrev-commit
gives me a yellow commit id and white subject line, but in powershell (with posh git) I get no yellow commit id (it's the default white).
Why ?
Ok, so in git bash this cmd..
git log --pretty='%C(yellow)%h%Creset %s' --abbrev-commit
gives me a yellow commit id and white subject line, but in powershell (with posh git) I get no yellow commit id (it's the default white).
Why ?