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