3D Company
log4git
naver.how
2021. 1. 4. 18:52
반응형
Case1_ HEAD detached at
git commit -a
HEAD detached at 272ca4d
git reflog 로 확인
git checkout 272ca4dd7f2f2be362adde388db748bc5e8ad24b
Previous HEAD position was c8a9ca2 Making single pan gesture to be controller to move location of view.
HEAD is now at 272ca4d .
git checkout -b 20201231
Switched to a new branch '20201231'
git commit -a
On branch 20201231
git push --set-upstream origin 20201231
git branch
-------------------------------------------------------------------------------------------------
반응형