Method: Git::Lib#global_config_set

Defined in:
lib/git/lib.rb

#global_config_set(name, value)

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.



1096
1097
1098
# File 'lib/git/lib.rb', line 1096

def global_config_set(name, value)
  command('config', '--global', name, value)
end