Level 51
In forge, under "Self Help" choose "Reset Git State"
That will delete any uncommitted changes on the production server.
3 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
When i try to deploy my project from github i am gettting the below error message. HOw shall I fix it? I tried the hints given in forge also other methods. Not Working.
error: Your local changes to the following files would be overwritten by merge:
vendor/composer/autoload_classmap.php
vendor/composer/autoload_files.php
vendor/composer/autoload_static.php
Please commit your changes or stash them before you merge.
Aborting```
Please or to participate in this conversation.