Is there any way to remove an already-pushed commit from GitLab?

1 points | by bluewhalecove 2 hours ago

1 comments

  • genezeta 1 hour ago
    > I already cleaned up

    You'd probably need to detail what exactly you have done to clean up, but it sounds like you didn't actually remove the commit?

    You can remove a commit with an interactive rebase and then force push the new tree. Or depending on the current state of your tree, you can use other options. In any case, you have answers to this on Stack overflow. e.g. https://stackoverflow.com/questions/40245767/delete-commit-o...