Before implementing #27, a mechanism to guard against overwriting local changes could improve the user experience
- After a fetch, hash the local project directory
- Add hash to metadata
- Before update, hash local directory, if hash is != stop
- Let user override with
--force (or removing the directory)
Later on this mechanism can be used to trigger a new flow from #27
Before implementing #27, a mechanism to guard against overwriting local changes could improve the user experience
--force(or removing the directory)Later on this mechanism can be used to trigger a new flow from #27