/// <summary>
 /// Adds the specific configuration section to the .git/config file.
 /// </summary>
 /// <param name="configSection">The configuration section.</param>
 public void AddConfigSection(IConfigSection configSection)
 {
     SettingsCache.AddConfigSection(configSection);
 }