We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ git --version --build-options git version 2.19.2.windows.1 cpu: x86_64 built from commit: 26dcaa1b6b5fd862db3ec40983e33ff3432f1166 sizeof-long: 4 sizeof-size_t: 8
$ cmd.exe /c ver Microsoft Windows [Version 10.0.17134.376]
$ cat /etc/install-options.txt Editor Option: VIM Custom Editor Path: Path Option: Cmd SSH Option: OpenSSH CURL Option: OpenSSL CRLF Option: CRLFAlways Bash Terminal Option: MinTTY Performance Tweaks FSCache: Enabled Use Credential Manager: Enabled Enable Symlinks: Enabled
$ cd $HOME # non-repo directory $ git config --system core.autocrlf $ git config --global core.autocrlf $ git config core.autocrlf true
Where does the non-system and non-global core.autocrlf come from?
core.autocrlf
The text was updated successfully, but these errors were encountered:
try the
git config --list --show-origin
command to see where the all are, or just the --show-origin for single items (IIRC).
--show-origin
Sorry, something went wrong.
Blimey. I had no idea about c:\ProgramData\Git\config. Excellent. Thank you!
c:\ProgramData\Git\config
No branches or pull requests
Setup
defaults?
Details
Where does the non-system and non-global
core.autocrlf
come from?The text was updated successfully, but these errors were encountered: