① local master브런치에서 bash를 연다 ② git log로 commit ID를 확인 $ git log commit 7a7a3493b3ecea4e6480c8c56f8db3619751c95f Author: —- —- —-.—-@***.**.** Date: Fri Sep 30 12:09:31 2022 +0900 ③ revert실행 $ git revert 7a7a3493b3ecea4e6480c8c56f8db3619751c95f ④ push실행 - 끝 -