also, the fastest way is to reset --hard to a base commit, create a new
branch and then cherry-pick each commit in the order you want

2012/10/17 Thomas Ferris Nicolaisen <tfn...@gmail.com>

> On Wednesday, October 17, 2012 8:08:47 AM UTC+2, seonguk.baek wrote:
>
>> Dear all.
>>
>> branch : dev01
>> 1 - 2 - 3(HEAD)
>>
>> branch : dev02
>> 1 - A - B (HEAD)
>>
>> git merge dev02 into dev01
>>
>> branch : dev01
>> 1 - A - 2 - B - 3 - Merge Commit(HEAD)
>>
>> and I push dev01 to remote repository.
>>
>> How can I rollback Merge Commit in remote repostiroy?
>>
>> Is it possible revert?
>>
>
> Yes. It's pretty well explained here:
> http://git-scm.com/2010/03/02/undoing-merges.html
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/git-users/-/tvnDn8kKFfsJ.
>
> To post to this group, send email to git-users@googlegroups.com.
> To unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to