git

jenna·2023년 2월 10일
0

GIT

목록 보기
2/3

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

profile
https://github.com/jennaaaaaaaaa

0개의 댓글