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