[GitHub] Keeping Forked Repository up to date

JourniYoon·2022년 4월 11일
0

github

목록 보기
3/3

git remote -v
git remote add {repo name} {repo address}

git remote -v

git fetch upstream

git checkout main

git merge upstream/main

git push origin main

git checkout {branch name}

git pull origin main

0개의 댓글