[Git] 4) 커밋이력 되돌리기 - reset
이전 게시물 https://haaland09009.tistory.com/39 [Git] 3) Git을 원격저장소에 업로드하기 이전 게시물 https://haaland09009.tistory.com/38 [Git] git add . 이전 게시물 https://haaland09009.tistory.com/24 [Git] git 설정 및 기초 명령어 바탕화면 → 'course' 폴더 생성 → 'git' 하위폴더 생성 git 폴더에 마우스 haaland09009.tistory.com git 명령어(local repository) reset : 커밋 이력을 되돌리는 작업 git reset --hard HEAD^ : 커밋을 한 단계 앞으로 되돌린다 Working Directory, Staging area, Repo..