Skip to content

Git Config

cpx August 23, 2026 1 min read git
git config --global core.autocrlf false
git config --global credential.helper ""

rem To configure your name for Git commits use the following:
rem git config --global user.name "Your Name"
rem git config --global user.email "[email protected]"

Be the first to comment

protected · no tracking

0 comments