I have made changes in my local repo, when I try to pull from master I get error like please commit your changes or else it would be lost.
Whats the ideal process in this case?
I saw something like --rebase
.
What I am doing right now is taking a backup of my files and then updating and merging manually.
Is there a better way to this?