returns a Git::Branch object for branch_name
197 198 199
# File 'lib/git/base.rb', line 197 def branch(branch_name = 'master') Git::Branch.new(self, branch_name) end