Method: Git::Lib#global_config_list
- Defined in:
- lib/git/lib.rb
#global_config_list
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.
1054 1055 1056 |
# File 'lib/git/lib.rb', line 1054 def global_config_list parse_config_list command_lines('config', '--global', '--list') end |