0

We 4 developers work on a single project and merge our code into development. Now I want to undo all the changes made to my particular developer branch. How can I do that? And I want the code of all developers except that one developer.

Removing all the code changes from one particular developer.

Azeem
  • 11,148
  • 4
  • 27
  • 40
  • 1
    Does this answer your question? [Rollback a Git merge](https://stackoverflow.com/questions/11722533/rollback-a-git-merge) – Azeem Feb 10 '23 at 06:25
  • 1
    Relevant: https://stackoverflow.com/questions/12534312/revert-a-merge-after-being-pushed – Azeem Feb 10 '23 at 06:25
  • Roughly how many commits are there by each developer (`git shortlog -n -s`)? What is your merge strategy? – Adam Feb 10 '23 at 10:41

0 Answers0