Local changes in app "hrms"

Cannot proceed with update: You have local changes in app "hrms" that are not committed.

Here are your choices:

1. Merge the hrms 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.

i want update bench, but this local changes not allowed to update, i tried bench update --reset but not working

Go to ~/frappe-bench/apps/hrms

git status
git reset --hard

if any untracked files that you changed then it should be moved on custom app.
if you want to remove it with directory then run

git clean -f -d 

Thank It’s Working Very Well