# File lib/librarian/source/git/repository.rb, line 84
        def remote_names
          command = ??(remote)
          run!(command, :chdir => true).strip.lines.map(&:strip)
        end