README.md 393 Bytes
# integrated#1의 branch를 clone해오기 
git clone -b integrated#1 --single-branch http://khuhub.khu.ac.kr/2018103585/Corona_Vaccination_Medical_Institution.git
cd Corona_Vaccination_Medical_Institution


# 본인 이름으로 각자 branch 생성 후 올리기
git checkout -b integrated#1_이름
git add .
git commit -m "커밋메시지"
git push origin integrated#1_이름