git reflog의 ref는 references. 즉 참조를 뜻 합니다. ref log 참조의 기록이라고 생각하시면 기억하기 편하실 듯하네요ㅎ 참조의 기록이라 하면 commit, pull, branch swich(checkout)등의 기록들입니다. 여러 명령어들이 있지만 오늘은 3가지만 알아보도록 하겠습니다. git reflog 가장 기본 명령어입니다. 찍어보시면 $git reflog 2be5f20c (HEAD -> dev) HEAD@{0}: commit: update UI 93289fbc HEAD@{1}: pull origin dev: Fast-forward 59fba352 HEAD@{2}: checkout: moving from main to dev 설명 전에 읽는 법은. 2 be 5 f20 c =..