Regarding git pull, the general prompt asks you to enter merge information.
ringa_lee
ringa_lee 2017-05-02 09:38:06
0
3
1217

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?

ringa_lee
ringa_lee

ringa_lee

reply all(3)
我想大声告诉你

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.

PHPzhong

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template