1
0
Fork 0
mirror of synced 2024-11-23 07:45:34 -05:00
zimfw/tools/zim_update
2016-09-02 17:46:11 -07:00

11 lines
233 B
Text

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