Home > Mobile >  What color scheme to set in the Git PowerShell window
What color scheme to set in the Git PowerShell window

Time:01-26

Please refer to the screenshots. The Git PowerShell

For some reason when I set background color to WHITE and the foreground colors to BLACK it didn't perform it properly. It looks like the PowerShell/Terminal does not perform by properly setting the font color.

enter image description here

enter image description here

enter image description here

EDIT:

C:\Users\Igor\OneDrive\Documents\dbhandler_app [master ↑2  1 ~1 -0 !]> git config -l | grep color
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true

CodePudding user response:

So, yesterday I updated my Git client and the wizard didn't have an option to select PowerShell.

So I chose Bash and there is no color issues anymore.

Thx for reading and sorry for time waste.

  •  Tags:  
  • Related