YOLO + Lion // CAU LikeLion
- 한승조
- 김재용
- 임건
- 이찬규
$ git commit -m "팀에서 정하는 규칙에 따라서 COMMIT 메시지 양식 정하기"만약 commit template를 사용할 경우에는
$ git commit제목과 본문내용을 규칙에 맞춰 수정한 뒤에 ctrl+c -> :wq!(commit 완료) 만약 commit을 취소할 경우에는 :qa!
수행하면서 계속 수정해나가자!!
| 차시 | 과제 | 설명 |
|---|---|---|
1차시 |
branch 다루기 | 각 팀원의 자기소개 한것을 각자의 branch에 commit 하고 master branch에 merge하기 |
2차시 |
|
프로젝트관련 자유롭게 기술
멋쟁이사자처럼 3조의 Github입니다. 자유롭게 PS남겨주세요.
-
PullRequest로 어떻게 코드리뷰를 하고 merge를 하는지 [초보몽키의 개발공부로그] https://wayhome25.github.io/git/2017/07/08/git-first-pull-request-story/
-
commit template 추가 why? commit 할때 제목, 본문을 자세하게 적어주면 협업에 도움이 되기 때문 [박준우 블로그] https://junwoo45.github.io/2020-02-06-commit_template/
-
gitflow & branch의 중요성 [우아한 형제들 기술블로그] https://woowabros.github.io/experience/2017/10/30/baemin-mobile-git-branch-strategy.html
-
가상환경으로 Django 시작하기 https://siner308.github.io/2019/01/12/django-virtualenv-ko/