This website requires JavaScript.
Explore
Help
Register
Sign in
samba
/
zim
Watch
1
Star
0
Fork
You've already forked zim
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2436a6da28
zim
/
tools
/
zim_reset
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
[tools] initial commit
2016-05-15 00:22:04 +02: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-11 01:54:22 +02:00
cd ${ZIM_HOME}
[tools] initial commit
2016-05-15 00:22:04 +02:00
git reset --hard
Reference in a new issue
Copy permalink