Home

Awesome

Git Style Guide

How to Get Your Change Into the Linux Kernel에서 영감을 받은 Git 스타일 가이드입니다. Git 공식문서와 유명한 커뮤니티에서 경험한 것을 적어놨습니다.

이 가이드는 아래 언어로 번역되어 있습니다.

함께 하고 싶으시면, 자유롭게 하세요. Fork 하시고 pull request 보내주세요.

목차

  1. Branches
  2. Commits
  3. Messages
  4. Merging
  5. Misc.

Branches (브랜치)

 개인이 작업한 브랜치는 계속해서 팀이 구현하는 브랜치로 합쳐지고 나중에 "master"와 합쳐질 것입니다. (see "Merging").

Commits (커밋)

Messages (메시지)

Merging (머지)

Misc. (기타)

License

cc license

이 문서는 Creative Commons Attribution 4.0 International license를 따릅니다.

Credits

chris