how to solve git detached HEAD
1. checkout to other branch
2. or create a new branch with : git checkout -b branch_name
3. or prevent to use git checkout commit_id, this will cause detached HEAD
status
how to solve git detached HEAD
1. checkout to other branch
2. or create a new branch with : git checkout -b branch_name
3. or prevent to use git checkout commit_id, this will cause detached HEAD
status