SyntaxFix
Write A Post
Hire A Developer
Questions
You have some files locally that need to be merged before you can pull. You could checkout the files and then pull to overwrite your local files.
git checkout app/config/app.php app/config/database.php app/routes.php git pull origin master