This website requires JavaScript.
Explore
Help
Register
Sign In
psi-jack
/
zimfw
Watch
1
Star
0
Fork
You've already forked zimfw
0
mirror of
synced
2024-11-05 00:08:57 -05:00
Code
Issues
Releases
Wiki
Activity
ab3b20f8cd
zimfw
/
tools
/
zim_reset
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
[tools] initial commit
2016-05-14 18:22:04 -04:00
#
# zim_reset - resets the zim repository to latest commit
#
Allow arbitrary ZIM location with ZIM_HOME This change allow arbitrary Zim location path by setting a new environment variable, ZIM_HOME. If the user does not set it, Zim falls back to the old "${ZDOTDIR:-${HOME}}/.zim" location. Closes #203
2017-06-10 19:54:22 -04:00
cd ${ZIM_HOME}
[tools] initial commit
2016-05-14 18:22:04 -04:00
git reset --hard
Reference in a new issue
Copy permalink