I have this situation, we were making changes in a repository, due to policies of company the repository was migrated from https://bitbucket.org/oldcontract/repository to https://github.com/newcontract/repository
Now the old repository (https://bitbucket.org/oldcontract/repository) is readonly and we need to continue with my development task, specifically I need to do a Revert the last commit in the new repository (https://github.com/newcontract/repository).
Do you mind telling me who to do it (if this is possible, obviously)?
What would be the steps?