Method: Git::Branch#checkout

Defined in:
lib/git/branch.rb

#checkoutObject



26
27
28
29
# File 'lib/git/branch.rb', line 26

def checkout
  check_if_create
  @base.checkout(@full)
end