git-config-property element

Type: gitConfigPropertyDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

Data Transfer Object used to read or update Git Configurations via the REST endpoint.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <git-config-property> <section>...</section> <subsection>...</subsection> <property>...</property> <value>...</value> </git-config-property>