An error occurred in git pull pull prompts you to merge?

the following error is reported when pulling the substitution code with git pull, but I don"t want to commit because I have covered other colleagues" code, so I don"t know how to pull the code
Git Pull Failed:You have not concluded your merge.Exiting because of
unfinished merge
smoothly.
Mar.24,2021

1. It means that since the last time you pulled the substitution code, you have changed the file locally, and others have also changed the file, so you need to merge
2 locally. Local merge will not overwrite other people's code. Pay attention to

when you merge.
Menu