Hi, so I'm uploading my files to GitHub and Laravel Forge picks that up and works with it to display my website. But for some reasons, Laravel Forge is Unable to deploy to server, and when I try to git push, it says Already up to date. Does the same when I try to git pull. Can anyone help me with this one?
Here is the error message from the Laravel Forge dashboard:
Tue Oct 23 14:09:56 UTC 2018
From github.com:hjortur17/nfs
* branch master -> FETCH_HEAD
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
package.json
public/css/app.css
public/js/app.js
resources/js/bootstrap.js
Please, commit your changes or stash them before you can merge.
Aborting
Updating 90d1692..325c61b
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)