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