Hi,
I made a commit, push and merge on one change which is breaking an existing functionality. How can i revert/ remove this change/ commit from latest develop.
Best regards,
Ruchi
Hi @Ruchi Gupta
Welcome to the community!
To revet the last commit from the file use git revert. you should be on the same branch that we have been done the last commit.
$ git revert HEAD
Hi, Thanks for reply. As we are committing changes not through git but using some other tool which doesnt have option to revert the merges, is there any other way through which we can revert.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you tell me which tool you are using for committing the changes to bitbucket repo?
Are you using Bitbucket cloud or server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are doing development in Quintiq tool and committing and pushing changes from the same tool. (can revert to last commit also, using the same tool). And merge the change in repository over web.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry, i am not sure about this. i think it is bitbucket cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.