Namespaces

Types in GitSharp

Type Config

Namespace GitSharp

Interfaces IEnumerable<KeyValuePair<string, string>>

Represents repository-, user-, and global-configuration for git

Methods

Properties

Public instance methods

IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Returns an enumerator that iterates through the collection.
Return
IEnumerator<KeyValuePair<string, string>>

A IEnumerator`1 that can be used to iterate through the collection.

void Persist()

Saves the config to the file system.

Public properties

string Item get; set;

Direct config access via git style names (i.e. "user.name")

IEnumerable<string> Keys get;

IEnumerable<string> Values get;