[Github] fork 후 pull 받고 폴더 안보임 문제 해결하기

최정윤·2023년 11월 10일
0

개인

목록 보기
3/4

로컬 저장소에 원본(upstream) 저장소 등록

$ git remote -v
$ git remote add upstream [원격 저장소 주소]

fork한 저장소 동기화

$ git fetch upstream main # fetch
$ git pull upstream main # pull

[참고링크]

profile
[공부블로그] https://jeong-yooon.tistory.com/

0개의 댓글