# File lib/git/branches.rb, line 21
    def remote
      self.select { |b| b.remote }
    end