Method: Git::Lib#gc

Defined in:
lib/git/lib.rb

#gc

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.



1529
1530
1531
# File 'lib/git/lib.rb', line 1529

def gc
  command('gc', '--prune', '--aggressive', '--auto')
end