# File lib/git/lib.rb, line 196
    def config_get(name)
      command('config', ['--get', name])
    end