동기화1 [Git] fork한 repository 동기화부터 pull request (PR)를 보내기까지 1. fork해 온 repository와 동기화 할 remote repositoty 설정 1. Git bash 열기 2. 현재 설정되어있는 remote repository 확인하기 $ git remote -v > origin https://github.com/YOUR_USERNAME/YOUR_FORK.git (fetch) > origin https://github.com/YOUR_USERNAME/YOUR_FORK.git (push) 별도의 설정을 하지 않았다면 다음과 같이 본인의 repository만이 보일 것이다. 3. fork 한 나의 repository와 동기화할 새로운 remote repository를 'upstream'이라는 이름으로 등록 (브라우저 주소창의 url이 아니라 clone할 때 사용.. 2021. 8. 2. 이전 1 다음