7 lines
107 B
Text
7 lines
107 B
Text
|
#
|
||
|
# zim_reset - resets the zim repository to latest commit
|
||
|
#
|
||
|
|
||
|
cd ${ZDOTDIR:-${HOME}}/.zim
|
||
|
git reset --hard
|