6 lines
98 B
Text
6 lines
98 B
Text
#
|
|
# zim_reset - resets the zim repository to latest commit
|
|
#
|
|
|
|
cd ${ZIM_DATA_DIR}
|
|
git reset --hard
|