커밋 이후 뒤늦게 노드 선언에서 클래스를 참조할 때 오타가 있음을 발견했습니다. git revert로 오타를 냈던 커밋(Test danger module on vm03)만 취소할 수 있습니다.
administrator@vmgate:~/code/environments/production$ git revert e8b939d
이렇게 해보세요 ≣
취소하려는 커밋이 바로 전 커밋이므로 HEAD 포인터를 이용해서 git revert 명령을 실행할 수도 있습니다.
administrator@vmgate:~/code/environments/production$ git revert HEAD
편집기를 종료합니다.
Revert "Test danger module on vm03"
This reverts commit e8b939d11dbfa56f8f7732c61068ca1dfe205e50.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch iss02
# Changes to be committed:
# modified: manifests/site.pp
#
...
:q