git/user-cr.git code example
Example 1: git list config
git config --list
# or
git config --global --list
Example 2: git config core.autocrlf true
git config core.autocrlf true
git config --list
# or
git config --global --list
git config core.autocrlf true