git status status shows UU
滿天的星座
滿天的星座 2017-05-02 09:28:34
0
1
790

I submitted the code today and deployed it automatically. The result was that the merge failed. I logged on to the server and checked the status. The status of one file showed UU

$ git status -s
UU filename.php

I have never seen this state before. What does this letter mean?

滿天的星座
滿天的星座

reply all(1)
仅有的幸福

The merge is not completed yet because the conflict is not resolved

It is not recommended to solve it on the server. It is usually deployed after the local merge is tested

git merge --abortYou can cancel this unfinished merge

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