Method: Prodder::Git#checkout

Defined in:
lib/prodder/git.rb

#checkout(branch) ⇒ Object



57
58
59
# File 'lib/prodder/git.rb', line 57

def checkout(branch)
  inside_repo { git 'checkout', branch }
end