728x90
Pull Request(PR)를 했는데 까먹고 수정을 안 했다면 다음과 같이하면 이전에 올린 PR이 수정된다.
추가로 수정한 파일 git add
git commit --amend
git push -f origin branch-name
터미널에서 push 명령어를 입력하면 마지막에 과정이 하나 더 나오는데 ":wq"로 닫으면 된다.
728x90
'Temp' 카테고리의 다른 글
[OpenCV] Polygon Crop (0) | 2022.05.09 |
---|---|
[JSON] json.loads() -> Expecting value: line 1 column 2 (char 1) (0) | 2022.03.28 |
[Pytorch] How to use pytorch hooks? (0) | 2022.02.20 |
[Ubuntu/Linux] Change timezone (0) | 2022.02.08 |
[Git] git clone with ssh key (0) | 2022.02.07 |