how to change git config in local code example
Example 1: git config list
git config --global --list
Example 2: git config core.autocrlf true
git config core.autocrlf true
git config --global --list
git config core.autocrlf true