Über Update-Fehler

error: Your local changes to the following files would be overwritten by merge:
.github/workflows/build.yml
.github/workflows/push-web-only.yml
.gitignore
image/auto_build.rb
image/base/Dockerfile
image/discourse_dev/Dockerfile
samples/standalone.yml
samples/web_only.yml
templates/postgres.template.yml
templates/redis.template.yml
templates/web.template.yml
Please commit your changes or stash them before you merge.

How should this problem be solved?

I think maybe you want to

cd /var/discourse
git stash
git pull
./launcher rebuild app
1 „Gefällt mir“