Method: Bard::CLI#pull

Defined in:
lib/bard.rb

#pullObject



18
19
20
21
22
23
# File 'lib/bard.rb', line 18

def pull
  branch = Git.current_branch

  run_crucial "git pull --rebase origin #{branch}", options.verbose?
  run_crucial "bundle && bundle exec rake bootstrap", options.verbose?
end