I am storing laravel files in bitbucket and I also have a local copy of the project. Every time i save my local copy, i push it to the remote repository in bitbucket so that they have the same update.
Problem: I made a mistake in my local project and I want to delete the latest commit in Remote Repository in bitbucket.
Does anyone know how to remove/delete the latest commit in bitbucket?
Thanks