In this tutorial im going to share how to solve this error error: Your local changes to the following files would be overwritten by merge.
Error :-
error: Your local changes to the following files would be overwritten by merge:
app/Http/Controllers/Auth/RegisterController.php Please commit your changes or stash them before you merge. Aborting
Solution :-
git stash save ""
git pull origin master
[…] error: Your local changes to the following files would be overwritten by merge: […]