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