change git color scheme code example
Example 1: git configure default editor
# Set Emacs as the default editor
$ git config --global core.editor emacs
# Set Visual Studio Code as the default editor
$ git config --global core.editor code
Example 2: I want to give a specific color to git
git config --global color.ui auto