I have no experience with version control from the terminal, but as far as I can tell, SmartGit does not have a terminal and does not use an external git client, which I could configure through the terminal, so I canβt really see how I can execute git configuration commands. In particular, I want to do:
git config --global core.autocrlf true
Does it have an equivalent configuration accessible from the user interface, or is there any other way to apply this?
fordeka
source share