git rebase -i hash
pick -> edit
git commit --amend --author="name <email>"
git rebase --continue
git push origin -f master
'Team > GIT' 카테고리의 다른 글
[ GIT ] fatal: refusing to merge unrelated histories (0) | 2023.08.23 |
---|---|
[ GIT ] git ignore 적용 안될 때 (0) | 2022.11.16 |
[ GIT ] 캐싱된 env 파일 제거 (0) | 2022.03.26 |
[ GIT ] 대소문자 무시 설정 해제 (0) | 2021.11.11 |
[ GIT ] 저장소 위치 확인 (0) | 2021.10.10 |