class Git::Base

def branches

returns a Git::Branches object of all the Git::Branch objects for this repo
def branches
  Git::Branches.new(self)
end