Okay can someone please explain to me in a simple way the concept of head and head decapitation in git?

Or whatever is it called.
@[email protected] как-то так
@taxuswc so all of the changes in the detached head are just tests that will disappear if you move to another branch?
@yura @taxuswc they will still exist in your local copy and you can access them by your local reflog for instance. Also you can always give your detached HEAD a name by either tagging it or creating a branch for it.
@yura no, they are still there, but it's not that easy to find them
@taxuswc