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