1
0
Fork 0
mirror of synced 2024-09-18 19:42:53 -04:00
zimfw/tools/zim_update

11 lines
243 B
Text

#
# zim_update - update the zim repository
#
cd ${ZIM_DATA_DIR}
# this is the cleanest way I know how to update a repository
git remote update -p
git merge --ff-only @\{u\}
# and update the submodules
git submodule update --init --recursive