You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a strange problem where Git was reporting autocrlf as set to true while I explicitly have false in my system-wide config. I didn't realize cmder comes with its own git and its own "system"-wide config (C:...\cmder\vendor\msysgit\etc\config).
Is there a way to somehow configure cmder to use the globally installed Git instead of its own embedded version?
The text was updated successfully, but these errors were encountered:
Another way was to just delete the vendor\msysgit folder. Was actually kind of surprised that there was no other difference between the "mini" and "full" versions - I expected some kind of further configuration etc. But it was a pleasant surprise :)
I had a strange problem where Git was reporting autocrlf as set to
true
while I explicitly havefalse
in my system-wide config. I didn't realize cmder comes with its own git and its own "system"-wide config (C:...\cmder\vendor\msysgit\etc\config).Is there a way to somehow configure cmder to use the globally installed Git instead of its own embedded version?
The text was updated successfully, but these errors were encountered: