Develop/Git
Git Reflog
Programics
2024. 9. 24. 15:45
반응형
참조로그
모든 브랜치의 업데이트 이력 확인
git reflog
git reflog = git reflog show HEAD = git reflog HEAD
특정 브랜치의 업데이트 이력 확인
git reflog [show] 브랜치이름
e.g. git reflog show dev
e.g. git reflog dev
반응형