github1 Github - branch 활용하는 법 어떻게 협업할까? branch 는 협업의 모든 것이다. # git구조 - 원본 원격저장소 - 복제한 원격저장소(없을 수 있음) - 복제한 로컬저장소 [참고자료] https://inpa.tistory.com/m/entry/GIT-%E2%9A%A1%EF%B8%8F-%EA%B9%83%ED%97%99-PRPull-Request-%EB%B3%B4%EB%82%B4%EB%8A%94-%EB%B0%A9%EB%B2%95-folk-issue # 기존 branch의 코드를 clone하는 방법 $ git branch -r #원격저장소의 branch리스트 가져오기 > remotes/origin/main remotes/origin/dev remotes/origin/sk-wip-12-sorting_features remotes/or.. 2022. 10. 18. 이전 1 다음