Hi i made changes for some doctypes. When i try do bench update i get this error?
What does it mean in non-techy terms:
frappe@erpnext:~/frappe-bench$ bench update
INFO:bench.utils:updating bench
INFO:bench.utils:git pull
remote: Enumerating objects: 668, done.
remote: Counting objects: 100% (542/542), done.
remote: Compressing objects: 100% (136/136), done.
remote: Total 383 (delta 255), reused 340 (delta 227), pack-reused 0
Receiving objects: 100% (383/383), 69.30 KiB | 375.00 KiB/s, done.
Resolving deltas: 100% (255/255), completed with 45 local objects.
From GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps
** 7051aa3…8d79219 master → origin/master**
Updating 7051aa3…8d79219
Fast-forward
** .github/ISSUE_TEMPLATE/bug-report.md | 47 +++**
** .github/ISSUE_TEMPLATE/bug_report.md | 68 ----**
** .github/ISSUE_TEMPLATE/easy-install.md | 43 +++**
** …/{feature_request.md => feature-request.md} | 2 ±**
** …/ISSUE_TEMPLATE/questions-about-using-bench.md | 19 +**
** .github/PULL_REQUEST_TEMPLATE.md | 53 +±**
** README.md | 234 +++±--------**
** bench/app.py | 27 ±**
** bench/cli.py | 7 ±**
** bench/commands/init.py | 3 ±**
** bench/commands/install.py | 2 ±**
** bench/commands/make.py | 48 +±**
** bench/commands/setup.py | 3 ±**
** bench/commands/update.py | 22 ±**
** bench/commands/utils.py | 10 ±**
** bench/config/nginx.py | 5 ±**
** bench/config/templates/nginx.conf | 19 ±**
** bench/utils.py | 148 ++++±–**
** docs/commands_and_usage.md | 69 ++++**
** docs/contribution_guidelines.md | 4 ±**
** docs/easy_install.md | 91 +++++**
** docs/installation.md | 38 ++**
** …g_frappe_erpext.md => releasing_frappe_apps.md} | 0**
** playbooks/install.py | 381 ++++++++++±---------**
** playbooks/macosx.yml | 28 ±**
** playbooks/roles/bench/tasks/main.yml | 11 ±**
** …/roles/bench/tasks/setup_bench_production.yml | 2 ±**
** playbooks/roles/bench/tasks/setup_firewall.yml | 10 ±**
** playbooks/roles/common/tasks/debian.yml | 65 +±-**
** playbooks/roles/common/tasks/debian_family.yml | 60 +±-**
** playbooks/roles/common/tasks/macos.yml | 20 ±**
** playbooks/roles/common/tasks/redhat_family.yml | 77 ++±-**
** playbooks/roles/common/tasks/ubuntu.yml | 53 ±-**
** playbooks/roles/frappe_selinux/tasks/main.yml | 9 ±**
** playbooks/roles/mariadb/tasks/centos.yml | 15 ±**
** playbooks/roles/mariadb/tasks/debian.yml | 26 ±**
** playbooks/roles/mariadb/tasks/main.yml | 22 ±**
** playbooks/roles/mariadb/tasks/ubuntu-trusty.yml | 16 ±**
** …/roles/mariadb/tasks/ubuntu-xenial_bionic.yml | 16 ±**
** playbooks/roles/nginx/tasks/setup-Debian.yml | 8 ±**
** playbooks/roles/nodejs/tasks/debian_family.yml | 6 ±**
** playbooks/roles/ntpd/tasks/main.yml | 18 ±**
** playbooks/roles/packer/tasks/debian_family.yml | 8 ±**
** playbooks/roles/packer/tasks/main.yml | 12 ±**
** playbooks/roles/packer/tasks/redhat_family.yml | 7 ±**
** playbooks/roles/redis/tasks/main.yml | 22 ±**
** playbooks/roles/virtualbox/tasks/debian_family.yml | 17 ±**
** playbooks/roles/virtualbox/tasks/redhat_family.yml | 9 ±**
** playbooks/roles/wkhtmltopdf/tasks/main.yml | 27 ±**
** 49 files changed, 1147 insertions(+), 760 deletions(-)**
** create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md**
** delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md**
** create mode 100644 .github/ISSUE_TEMPLATE/easy-install.md**
** rename .github/ISSUE_TEMPLATE/{feature_request.md => feature-request.md} (96%)**
** create mode 100644 .github/ISSUE_TEMPLATE/questions-about-using-bench.md**
** create mode 100644 docs/commands_and_usage.md**
** create mode 100644 docs/easy_install.md**
** create mode 100644 docs/installation.md**
** rename docs/{releasing_frappe_erpext.md => releasing_frappe_apps.md} (100%)**
remote: Enumerating objects: 2361, done.
remote: Counting objects: 100% (2361/2361), done.
remote: Compressing objects: 100% (71/71), done.
Receiving objects: 100% (3781/3781), 1.01 MiB | 603.00 KiB/s, done.
remote: Total 3781 (delta 2321), reused 2305 (delta 2290), pack-reused 1420
Resolving deltas: 100% (2772/2772), completed with 458 local objects.
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
** d3df0527b…5aa81ee77 version-12 → upstream/version-12**
** 8a11fb57c…4a8208c72 develop → upstream/develop**
** b0a1e9bf8…80f666789 v11-pre-release → upstream/v11-pre-release**
** 94a211edb…8748ffb37 v12-pre-release → upstream/v12-pre-release**
** b0a1e9bf8…80f666789 version-11 → upstream/version-11**
** 5e1623f88…4c111507f version-11-hotfix → upstream/version-11-hotfix**
** 0201cfe6f…5f4dd06be version-12-hotfix → upstream/version-12-hotfix**
** * [new tag] v11.1.64 → v11.1.64**
** * [new tag] v12.2.1 → v12.2.1**
** * [new tag] v11.1.63 → v11.1.63**
** * [new tag] v12.1.0 → v12.1.0**
** * [new tag] v12.2.0 → v12.2.0**
INFO:bench.utils:./env/bin/pip install Pillow
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Ple ase upgrade your Python as Python 2.7 won’t be maintained after that date. A fut ure version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/relea se-process/#python-2-support
Requirement already satisfied: Pillow in ./env/lib/python2.7/site-packages (6.1. 0)
Backing up sites…
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 c onflicts.
1. Temporarily remove your changes with “git stash” or discard them completely
** with “bench update --reset” or for individual repositries “git reset --h ard”**
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.**