Hi,
i tried to update the bench with “bench update
” but this is what i got;
Cannot proceed with update: You have local changes in app "frappe" that are not committed.
Here are your choices:
1. Merge the frappe app manually with "git pull" / "git pull --rebase" and fix conflicts.
1. Temporarily remove your changes with "git stash" or discard them completely
with "bench update --reset" or for individual repositries "git reset --hard"
2. If your changes are helpful for others, send in a pull request via GitHub and
wait for them to be merged in the core.
what are those mean? what would happen if i select any one of them?
i did not have any local changes, i just created an app, then i deleted it completly
and i choosed “bench update --reset
”, i am not sure what i did, can someone explain please?