开发者

Could I use Revert after abrupting Merge?

开发者 https://www.devze.com 2023-01-01 04:17 出处:网络
Hallo all, Just now I tried to upload a modified working copy to its branch in the following steps: 1. Update

Hallo all,

Just now I tried to upload a modified working copy to its branch in the following steps: 1. Update 2. Commit Then I attempted to Merge the changes in the trunk to this branch. However during editing of the conflicts I realized there were so many conflicting codes that I could not address completely today, then I gived up the Merge, and the working copy got an exclamation mark immediately. Thru开发者_开发知识库 Check for modifications I found that many many files had been modified or had conflicts. It seems that the Merge has been somehow wrongly carried out. My question: could I return to the state before the Merge simply using Revert?

Thanks a lot in advance,

John


Shouldn't be a problem since merge is done in your working copy.

However, I do sometimes have to issue cleanup or in extreme cases even a clean checkout (sometimes it gets really messy). Luckily your changes are safely committed so you should be fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消