-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1주차 2번째] GIT과 팀원들이랑 친해지기 #3
Comments
과제 제출 날짜 풀이 방법 [링크] |
과제 제출 날짜 풀이 방법 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[1주차 2번째] GIT과 팀원들이랑 친해지기
기한: 04/06 (목) 23:59까지
과제 설명
팀장이 repo "first-likelion" 파기
팀장이 Main branch에 Hello.txt 파일 생성 (clone)
-> "Hi" / commit "check1" push하기
팀원들 초대하기
팀원들은 "first-likelion"을 clone하기
-> 결과는? (팀원들은 "first likelion"이라는 폴더에 "Hi"라는 내용의 Hello.txt 파일이 있음) 확인하기.
팀장, 팀원들 branch 파기
예)
5-1
팀장 :새로운 브랜치 (feature-gahyeon) -> Hello.txt -> "Hi"를 "Hello"로 변경 / commit "change hello" push
팀원:
새로운 브랜치 (feature-seoyong) -> seoyong.py "print("seoyong")" commit "sy" push
새로운 브랜치 (feature-jonguk) -> jonguk.py "print("jonguk")" commit "yg" push
팀장과 팀원이 만든 branch에서 각자 main으로 merge 요청하기
->팀장이 merge 허락하기
-> 결과는 ? (브랜치 main에 seoyong.py, jonguk.py가 생기고 Hello.txt 내용이 "Hello"로 바뀜 ) 확인하기.
이번에는!
먼저, 팀원 중 한명의 branch 에서
-> Hello.txt -> "Hi"를 "Hi im (팀원이름)"로 변경 / commit "change im (팀원이름)" push -> merge 요청(충돌)
어떻게 해결하나요?
다음, 나머지 팀원의 branch에서
-> git pull 후 -> Hello.txt -> "Hello im (팀원이름)"로 변경 / commit "change im (팀원이름)" push -> merge 요청
팀장이 merge 허락
-> 결과는 ? (Hello.txt 내용이 "Hello im jonguk"로 바뀜 )
조건
Tip
과제 예시
*기한 내 미제출은 1OUT 대상으로, 3OUT이 되면 동아리 활동이 어려운 점 잊지 마세요 !!
어려우면 포기하지말고 멘토에게 적극적으로 질문 해주길 바랍니다 !!
The text was updated successfully, but these errors were encountered: