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