git 협업 팀장역할 organization 생성 plan 선택 (무료) organization account name 설정 팀원 추가 (invite member/ role은 Member로 선택) Repository 생성 (팀장) public add README file MIT License 추가 remote에 develop 브랜치 생성 환경설정(.gitignore) 개발환경설정 (팀장) $ git clone 주소 $ git branch # main 위치인지 확인 # git flow 시작 $ git flow init # develop 브랜치 생성 확인 # feature 시작: 이름은 임의로(proj-init) $ git flow feature start proj-init # .gitignore 설정 (참..