
How to undo the last push in Git and revert a Git merge that hasn’t been migrated yet
Let’s assumed you made a push, but now you need to revert this last push due to an error.How to do it correctly? Master branch This is usally happens when we …
How to undo the last push in Git and revert a Git merge that hasn’t been migrated yet Read More