So I've been working on this PR and it turns out that I need to revert a certain commit/push, note that I created multiple commits and pushes after that commit but I want everything to remain the same and only that commit to revert back, is that possible and how?
you can use
git revert <commitID>
This effectively create a new commit that reverse the previous commit.
Remember to commit/push after that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With