Upstream 머지하기
git fetch upstream
upstream/main
브랜치가 생긴다.
- main 브랜치에서
git merge upstream/main
- 충돌 수정 후 커밋
로컬 시스템에 원격 저장소 생성
출처: https://byteclass.tistory.com/19
git init --bare repository-name
- repository-name에 원격 저장소를 만든다.
git remote add remote-name path-to-remote
- 원격 저장소 경로 추가