git & github 공부용 WIL임
각자 자신의 이름(혹은 github 닉네임)으로 된 디렉토리를 만들어서, 그 안에 공부한 내용을 md 형식으로 작성해서 PR을 보내주세요.
├── README.md
├── LICENSE
├── nx006
│ ├── README.md
│ ├── LICENSE
│ └── ...
├── myuser
│ ├── README.md
│ ├── LICENSE
│ └── ...
└── ...
- Pull Request
- git flow (branch 전략)
- git hook
이름 | 링크 | 분량 | 주제 | 비고 | 언어 |
---|---|---|---|---|---|
git flow model [생활코딩] | https://www.youtube.com/watch?v=EzcF6RX8RrQ | 21분 | github | git flow 모델을 다루고 있는 동시에, git branch 관리도 다루고 있으니, 이거 보면 될 듯 합니다. | 한국어 |
github.com - action [생활코딩] | https://youtu.be/uBOdEEzjxzE | 39분 | github actions | 이거로도 충분할 수도? | 한국어 |
게임으로 배우는 git | https://learngitbranching.js.org/?locale=ko | github | 게임으로 배우는 git | 영어 | |
저장소를 깔끔하게 유지하는 쉬운 방법. | https://youtu.be/psjz6rwzMdk | 6분 | github | git hook에 관한 간단한 영상 | 영어 |
Using Git Hooks | https://youtu.be/6MzXs35hLOI | 11분 | github | git hook에 관한 간단한 영상 | 영어 |
(무료) 매우쉽게 알려주는 git & github | https://codingapple.com/course/git-and-github/ | 76분 | github | git 기초에 관한 영상 | 한국어 |
This repository is licensed under the B612 Custom DevOps license. See the LICENSE file for details. By following the rules of the license, you are allowed to set your custom license for your own directory, but not with the license those who affect the whole repository or others' creations.