Method: Bard::CLI#pull
- Defined in:
- lib/bard.rb
#pull ⇒ Object
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}", .verbose? run_crucial "bundle && bundle exec rake bootstrap", .verbose? end |