1
0
Fork 0
mirror of synced 2024-05-28 13:01:12 -04:00
zimfw/tools/zim_update
2016-09-02 17:46:11 -07:00

12 lines
233 B
Plaintext

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