I am working on Master branch, another team member is also working on that branch. I have made some changes on local but my team mate also made some changes and committed them in Master. Now, Git is not allowing me to pull those changes saying i have to stash my local changes first. Now I have a question;
If I stash my changes and pull the changes made by other team member and then apply my stash, will it overwrite the pulled changes?
What should I do to push my changes without making any blunder in master?