가취공부하자

git compare and pull request 해결 방법 본문

TIL

git compare and pull request 해결 방법

keepGGoing 2021. 11. 26. 15:53
git checkcout master
git branch main master -f
git checkout main
git push origin main -f

branch가 master와 main이 둘 다 있을 때 해결방법

 

 

참조

https://kim6394.tistory.com/254