https://jybaek.tistory.com/775
[GitHub] fork repository 최신 버전으로 유지하기
# TL;DR git remote add upstream ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git git fetch upstream git merge upstream/master # 들어가며 GitHub 에서 좋은 프로젝트를 발견했고 유용하게 사용을 하다보면 Contribut..
jybaek.tistory.com
원본저장소는 끊임없이 변하므로 포크저장소와 로컬저장소를 계속해서 동기화해줘야한다
'Git' 카테고리의 다른 글
Git teamwork (0) | 2021.10.31 |
---|---|
Git Pull Request(Contribution) 후기 (0) | 2021.07.22 |
Gitflow에 대한 생각 feat. agile (0) | 2021.07.19 |
GIt 팀개발시 Branch strategy (0) | 2021.07.19 |
git remote branch 가져오기 (0) | 2020.08.02 |