Method: Git::Lib#config_get

Defined in:
lib/git/lib.rb

#config_get(name)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1042
1043
1044
# File 'lib/git/lib.rb', line 1042

def config_get(name)
  command('config', '--get', name, chdir: @git_dir)
end