cohort
[Setting]개발 셋팅 후 실습 참고 자료
선행 조건 : 작업 환경 셋팅 - Team repo 연결 확인 할 것 : git remote -v 기대 결과 : origin https://github.com/본인깃아이디/greendoor.git (fetch) origin https://github.com/본인깃아이디/greendoor.git (push) upstream https://github.com/4-tune-studio/greendoor.git (fetch) upstream https://github.com/4-tune-studio/greendoor.git (push) 기대 결과 나오지 않고 빈칸일 경우 해결 내용이 없을시 추가 방법 : git remote add 원하는단어(origin이나 upstream이 기본이나 이것은 이름일 뿐입니다 아무..