kvit
kvit copied to clipboard
Consider ModifyIndex before pushing keys
If your local directory is not having fresh copy of server's values, we can check this with ModifyIndex parameter, and ask user to force push
My plan is:
- Write
ModifyIndexvalues to a file in .kvit folder after eachfetch - Check this file before each
push - If there is a mismatch between versions inform user to use
kvit push --force