Hi,
I just tried to update to latest 10.1.2 version. When I do bench update, it shows:
Cannot proceed with update: You have local changes in app “frappe” that are not committed.
Here are your choices:
- Merge the frappe app manually with “git pull” / “git pull --rebase” and fix conflicts.
- Temporarily remove your changes with “git stash” or discard them completely
with “bench update --reset” or for individual repositries “git reset --hard” - If your changes are helpful for others, send in a pull request via GitHub and
wait for them to be merged in the core.
After that I did bench update --reset
And after that I tried bench update again, but the same error shown.
I did tried to do “git diff” on apps/frappe but there is no difference.
Although I can successfully update to 10.1.2 using bench update --reset, but doing --reset every time feels not right.
Did I do anything wrong?