57 58 59
# File 'lib/prodder/git.rb', line 57 def checkout(branch) inside_repo { git 'checkout', branch } end