# File lib/librarian/source/git/repository.rb, line 57
        def fetch!(remote, options = { })
          command = ??(fetch #{remote} --quiet)
          command << "--tags" if options[:tags]
          run!(command, :chdir => true)
        end