returns a Git::Branches object of all the Git::Branch objects for this repo
192 193 194
# File 'lib/git/base.rb', line 192 def branches Git::Branches.new(self) end