No, the left lines are not invalid, but unused group tags like [http]. But they are in fact valid syntax and have no negative consequences. The configuration is not manipulated directly but with git config --global .... Therefore, the manipulation is considered safe.
No, the left lines are not invalid, but unused group tags like
[http]
. But they are in fact valid syntax and have no negative consequences. The configuration is not manipulated directly but withgit config --global ...
. Therefore, the manipulation is considered safe.