HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
[New] 아만드팀
[New] 아만드팀
/
🌟
팀프로젝트
/
📕
만두 WIKI
/
Pull 방식
Pull 방식
Pull 방식

Pull 방식

깃허브 fork 이후 pull 받는 법

  • upstream으로 원본 레포를 지정 후 pull 받는 형식
    • rebase로 할 경우 merge 커밋이 남지 않는다.
  • fork 레포의 develop 브랜치 최신화 방법
    • git pull 커맨드 대신 인텔리제이 pull로도 가능합나다.
    • notion image
git remote add upstream https://github.com/prgrms-be-devcourse/BEDV2_Amabnb.git git pull --rebase upstream develop