github keeping forked repository up to date

yeji·2021년 3월 7일
0

Github

목록 보기
2/3
  1. main branch 동기화 후 최신화
    git checkout main
    git fetch upstream
    git merge upstream/main
  2. 작업 branch를 main branch에 rebase
    git rebase develop

references:
https://jybaek.tistory.com/775

profile
🐥

0개의 댓글