1
0
Fork 0
mirror of synced 2024-06-02 23:31:11 -04:00
zimfw/tools/zim_update

12 lines
243 B
Plaintext

#
# 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