In this tutorial we’re going to learn how to solve this eror Error: Cannot pull with rebase: You have unstaged changes. This tutorial will help you just run below code and your error has been resolved.
Error:-
Error: Cannot pull with rebase: You have unstaged changes
Solutions:-
git pull --rebase --autostash
Output:-