- git push -f origin 0abcdef:my-feature #pushing the old commit the PR has been closed with
(또는 git push -f origin 0abcdef:refs/head/my-feature) - Reopen the PR.
- git push -f origin 1234567:my-feature #pushing the latest commit
[참고] https://gist.github.com/robertpainsi/2c42c15f1ce6dab03a0675348edd4e2c
'GIT' 카테고리의 다른 글
[dev] git 다른 repository 커밋 포인트 가져오기 (0) | 2022.03.18 |
---|---|
[GIT] reset 한거 취소하는 방법 (0) | 2022.03.16 |
[Github] fork 사용하기(다른 저장소 내려받기) (0) | 2021.09.30 |
React 프로젝트 GitHub Pages로 배포하기 (0) | 2020.02.26 |
git the requested URL returend error : 403 해결방법 (2) | 2020.02.26 |