# File lib/git/base.rb, line 140
    def branch(branch_name = 'master')
      Git::Branch.new(self, branch_name)
    end