1
0
Fork 0
mirror of synced 2025-01-06 12:42:13 -05: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