Questions tagged [revert]

Revert generally refers to operations that put a system, environment, or application into a previous state.

Revert generally refers to operations that put a system, environment, or application into a previous state.

559 questions
-3
votes
1 answer

Git merge branch to father with reverted commits

First of all, I've tried to look for this before, but only "How to revert merges" post are shown, so I write this in hope to solve the problem. What happened: I have a branch (Father) A job friend made a new branch from father to start working…
RushTfe
  • 5
  • 3
-3
votes
2 answers

How to undo committed changes to specific files without rebasing?

I made about 20 or so commits on this branch. Somewhere amongst those commits, I accidentally committed multiple refactoring changes to files that shouldn't be in my pull request. I'd prefer not to rebase one by one for every single file that has…
ScottyBlades
  • 12,189
  • 5
  • 77
  • 85
-3
votes
1 answer

Move Old Changes Off Master Branch

I made some commits to my master git branch and put some buggy code on, which I want to get rid of. Commit 1 Commit 2 Commit 3 I want to keep commit 2, and get rid of the changes made in commit 1 and 3. Commit 2 and Commits 1,3 have no…
appleLover
  • 14,835
  • 9
  • 33
  • 50
1 2 3
37
38