module Duty::Git::Commands

Public Instance Methods

checkout_master() click to toggle source
# File lib/duty/git.rb, line 19
def checkout_master
  sh("Checkout `master` branch") { 'git checkout master' }
end