https://stackoverflow.com/questions/7124486/what-to-do-with-commit-made-in-a-det
What to do with commit made in a detached head
Using git I made something like this git clone git checkout {a rev number tree rev before} (here I started to be in a detached head state) //hacking git commit //hacking git commit (some commit wh...
stackoverflow.com
https://howtogit.archive.pieterdedecker.be/recipes/getting-out-of-detached-head-state.html
What is detached HEAD state and how do I get out of it? | How to Git
What is detached HEAD state and how do I get out of it? In a nutshell: You’re not on a branch right now. You’re browsing a snapshot of your Git files from a specific commit in your history. To get out of detached HEAD state and go back to master, do git ch
howtogit.archive.pieterdedecker.be
'DEVELOPMENT > Git' 카테고리의 다른 글
[Git] Github에 잔디가 심어지지 않을때 (0) | 2020.07.14 |
---|---|
[Git] Git says remote ref does not exist when I delete remote branch (0) | 2020.01.25 |
[Git] commit message 바꾸기 (0) | 2020.01.25 |
[Git] commit message로 issue 정리하기 (0) | 2020.01.08 |
[Git] Github 간편 사용 설명서 (0) | 2020.01.04 |