As shown in the picture, please tell me, when I use the git pull origin develop command to pull other people's changes on the remote develop branch to my own warehouse, this situation often occurs.
It seems that the merge information is input, but how should this information be written on the command line?
Conflict between local files and warehouse files
http://www.01happy.com/git-resolve-conflicts/
I also encountered this problem. Just press i first to switch to insert mode, and then you can input. After inputting, press esc first, then enter: wq, and press Enter. But I haven’t found a way not to display this.
This message is opened in vi mode by default. Press esc and enter: wq to save, and the submission of the merge message is completed. If you just want to pull the branch without merging, please use
git fetch