Method: Git::Base#checkout

Defined in:
lib/git/base.rb

#checkout(*args, **options)

checks out a branch as the new git working directory

[View source]

425
426
427
# File 'lib/git/base.rb', line 425

def checkout(*args, **options)
  self.lib.checkout(*args, **options)
end