I created bugfix/somthing(branch) from Developer and Developer from Master,
but bymistally i merged my bugfix/something to master. How to undo all
Community moderators have prevented the ability to post new answers.
Welcome to the Atlassian Community.
It depends on if you want to be able to later merge your changes on bugfix/something later or not. In both cases you can undo the merge by using
git revert -m 1 <merge commit hash>This will roll back the merge to the specified commit. If you want to later be able to merge your changes back again, have a look at this thread.
Thanks Sir, but sir resolved in another way(Long process), when i merged bugfix/something to master
I created a new folder in my local and I copied the [git fetch && git checkout master],
in my local folder rightclick->Git bash here ->ok
i got my all code in local. then again i rightclicked-> tortoise git and got the all option to revert it.
Thanks again sir
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.