git 기존 레포지토리에서 Fork 한 repo 작업물 내려받고 푸시하기 upstream

leehyunju·2021년 7월 11일
0
post-thumbnail

레포지토리 확인하기

git remote -v

upstream 레포지토리 저장소 + repo 확인

git remote add upstream [레포지토리 저장소 url]
git remote -v

upstream 작업물 내려받기

git pull upstream master

원래 repo 에다가 push 하기

git fetch upstream
git push origin master

profile
아늑한 뇌공간 🧠

0개의 댓글

관련 채용 정보