Method: Git::Base#checkout
- Defined in:
- lib/git/base.rb
permalink #checkout(*args, **options)
checks out a branch as the new git working directory
425 426 427 |
# File 'lib/git/base.rb', line 425 def checkout(*args, **) self.lib.checkout(*args, **) end |