# File lib/git/lib.rb, line 519
    def gc
      command('gc', ['--prune', '--aggressive', '--auto'])
    end