git revert
실습 환경: Mac OS & zsh with oh-my-zsh
git reset 과 비슷한듯 다른 git revert!
git reset은 이전의 상태로 돌리는 것이라면
git revert는 이전 상태를 변경시키는 것입니다.
실습을 위해 commit 을 추가하겠습니다.
gito2.py 파일 생성
add & commit
gito2.py 파일 추가 수정
add & commit
현재 git log 실행 결과
현재 HEAD 는 마지막 commit에 있습니다.
git revert <해당 위치="">해당>
gito1.py 을 추가한 두번째 commit을 변경해 보겠습니다.
This post is licensed under CC BY 4.0 by the author.