Method: Git::Lib#global_config_get

Defined in:
lib/git/lib.rb

#global_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.



1046
1047
1048
# File 'lib/git/lib.rb', line 1046

def global_config_get(name)
  command('config', '--global', '--get', name)
end