i need delete this branchs who are marked in this capture, and i dont know how.
i try with the "reverse commit" and the "reset current branch to this commit" options but doesent work.
Hi @SofiArkano,
Welcome to Atlassian Community.
The HEAD is a pointer and determine your current working revision and cannot be deleted. As you can see at the top, your repository is in a detached head state, meaning you have checked out a specific commit instead of a branch, and your changes does not belong to a specific branch. To get out of the detached head state and remove your changes, just checkout one of your branches. If you want to keep the changes you made, just create a new branch and your changes will be associated with it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.