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?

thanks

-- 
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/-/rt-Q0v7AVcsJ.
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