Undo merge or revert merge commit

preview_player
Показать описание
This tutorial explains:
How to undo merging or revert merge commit using TortoiseGit.
What is parent of a merge commit.
Shows the usage of git revert -m 1 [CommitID]
Рекомендации по теме
Комментарии
Автор

Finally, I understood the reverse of a merge the only tutorial that actually explains the parent's commits.

Thank you very much great content

Manuel-oegv
Автор

Hi
If there is another branch dev2 which took from initial master and merged changes to master after merging of dev1

Now after merging dev2, I want to revert only dev1 merge changes

Can I follow same procedure?

ashokk
Автор

Is there a way that I can remove c and retain d..

sunilganta