git revase HEAD~1 -i 입력git push --force에러 메시지가 뜨는 경우)
hint: Waiting for your editor to close the file... code --wait: code: command not found
error: There was a problem with the editor 'code --wait'.
shift + command + pgit config --global --edit.gitconfig 파일에서 editor = code --wait -n 으로 수정다시 맨 위 방법 순서대로 진행한다.
가치 있는 정보 공유해주셔서 감사합니다.