pull request 최신화 방법
작업한 브랜치에서
git commit -am ".."
git checkout dev
git pull origin dev
git checkout [본인 작업하는 브랜치]
git merge dev
원격 브랜치로 이동
git checkout -t origin/main
브랜치를 만들면서 해당 작업트리로 이동
git checkout -b origin/dev
참고
https://blog.outsider.ne.kr/641