79293397

Date: 2024-12-19 07:27:42
Score: 0.5
Natty:
Report link

I'm not familiar with gitLab, there might be an easy solution on the ui.

However you can definitely use git revert <hash-of-unwanted-commit> from the command line

I would create a new branch, use git revert in the new branch, check weather it did what you wanted, and merge

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tamás Bárász