حول خطأ التحديث

خطأ: سيتم الكتابة فوق تغييراتك المحلية على الملفات التالية بواسطة الدمج:
.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
يرجى الالتزام بتغييراتك أو تخزينها مؤقتًا قبل الدمج.

كيف يجب حل هذه المشكلة؟

أعتقد أنك ربما تريد

cd /var/discourse
git stash
git pull
./launcher rebuild app
إعجاب واحد (1)