개발 => 복습 후 재정리 대기/Git
[Git] Pull Request 후 수정
PR 후 코드리뷰를 받고, 코드를 수정하여 다시 add 할 때
1. 수정된 코드 그대로 다시 git add
2. git commit --amend
git commit --amend
명령어로 최신 commit 덮어씀
3. git push -f origin branch-name
git push -f origin branch-name
정상적으로 수행되면, 수정된 코드가 PR에 반영된다!
'개발 => 복습 후 재정리 대기 > Git' 카테고리의 다른 글
[Git] cherry-pick 하는 법 (2) | 2021.12.06 |
---|---|
[Git] 토큰 인증 로그인 + 자격 증명 - remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. (29) | 2021.08.14 |
[GIT] .gitignore (0) | 2021.06.10 |
[Git] 꾸미기 (0) | 2021.05.18 |
[Git] 명령어 모음 (0) | 2021.05.01 |
댓글