Re: Detached head problem

2024-09-25 Thread Michael Bien
"detached HEAD" can have many reasons. It only means that your workspace is not on any branch at the moment. e.g if you check out a specific commit hash or if you merge something which needs manual conflict resolution. 'git status' might tell you more. If nothing needs to be resolved and ev

Detached head problem

2024-09-25 Thread ChrisOlsen
Hello, Everyone -- I am using Netbeans 23 and new to Git and Github. I am experiencing a "Not on a branch (detached head state)" situation and have fewer than one clue what to do about it.In searching the web I did not find a satisfactory answer (possibly due to my ignorance of what o