We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It's perfectly valid for a git config file to contain comments inside sections, e.g.:
[core] # This is a shared repository sharedRepository = true
The git tools all parse this fine while GitPython was choking on it.
It's perfectly valid for a git config file to contain comments inside
sections, e.g.:
The git tools all parse this fine while GitPython was choking on it.