Method: Begin::GitTemplate#update
- Defined in:
- lib/begin/template.rb
#update ⇒ Object
208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/begin/template.rb', line 208 def update check_repository check_tracking_branch check_untracked_changes check_pending_changes begin @repository.pull rescue Git::GitExecuteError => e raise (e) end end |