zim_update 239 B

1234567891011
  1. #
  2. # zim_update - update the zim repository
  3. #
  4. cd ${ZIM_HOME}
  5. # this is the cleanest way I know how to update a repository
  6. git remote update -p
  7. git merge --ff-only @\{u\}
  8. # and update the submodules
  9. git submodule update --init --recursive