setting1 Git Setting 1. 초기 세팅(최초 1회) 1.1 Fork Repository 원본(upstream) 팀 레포지토리를 포크한다. 1.2 Local PC에 git remote 연결 https URL을 복사한다. $ git clone [fork repository https url] [해당 레포지토리를 생선하는 디렉토리 이름] 원하는 디렉토리에 원하는 이름으로 repository를 clone한다 special-2 라는 디렉토리가 생기고, 그 안에 clone한 repository가 생겼다. origin 이라는 remote 이름으로 clone한 repository(포크해서 만든 내 레포지토리)가 자동으로 붙어있다. 1.3 upstream 추가 $ git remote add upstream [팀 repository https .. 2021. 3. 16. 이전 1 다음