Method: Git::Branch#checkout
- Defined in:
- lib/git/branch.rb
#checkout ⇒ Object
26 27 28 29 |
# File 'lib/git/branch.rb', line 26 def checkout check_if_create @base.checkout(@full) end |
26 27 28 29 |
# File 'lib/git/branch.rb', line 26 def checkout check_if_create @base.checkout(@full) end |