# File lib/git/base.rb, line 276
    def checkout(branch = 'master', opts = {})
      self.lib.checkout(branch, opts)
    end