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