jm_p_op

git 컨벤션 (vs 깃모지) 본문

코딩/github

git 컨벤션 (vs 깃모지)

jm_p_op 2023. 6. 5. 23:52

깃 컨벤션을 처음 접한다면 기본적인 깃 컨벤션을 사용하는것을 추천한다.

이유: 만약 많은것들을 두고 쓴다면, 제작하는것보다 맞는 깃 커밋을 찾는데 시간이 오래 걸린다.

사용한는 깃 컨벤션의 양을 줄여서 속도를 높힌다!


기본 깃 컨벤션

 

(https://kdjun97.github.io/git-github/commit-convention/)


emoji code description

🎨 :art: 코드의 구조/포맷 개선
⚡️ :zap: 성능 개선
🔥 :fire: 코드/파일 제거
🐛 :bug: 버그 수정
🚑️ :ambulance: 긴급 수정
:sparkles: 새로운 기능
📝 :memo: 문서 추가/업데이트
💄 :lipstick: UI, style files 추가/업데이트
🎉 :tada: 프로젝트 시작
:white_check_mark: 테스트 추가/수정/패스
🔒️ :lock: 보안 이슈 수정
🔐 :closed_lock_with_key: 암호 추가/수정
🔖 :bookmark: 릴리즈/버전 태그
🚨 :rotating_light: compiler/linter 경고 수정
🚧 :construction: 진행 중
💚 :green_heart: CI 빌드 수정
⬇️ :arrow_down: dependencies 다운그레이드
⬆️ :arrow_up: dependencies 업그레이드
📌 :pushpin: 특정 버정 dependencies 고정
👷 :construction_worker: CI 빌드 시스템 추가/수정
📈 :chart_with_upwards_trend: 분석, 추적 코드 추가/수정
♻️ :recycle: 리팩토링
:heavy_plus_sign: dependency 추가
:heavy_minus_sign: dependency 제거
🔧 :wrench: configuration files 추가/수정
🔨 :hammer: development scripts 추가/수정
🌐 :globe_with_meridians: 국제화 및 현지화
✏️ :pencil2: 오타 수정
💩 :poop: 개선이 필요한 bad code
⏪️ :rewind: 변경 내용 되돌림
🔀 :twisted_rightwards_arrows: 브랜치 merge
📦️ :package: 컴파일된 파일/패키지 추가/수정
👽️ :alien: 외부 API 변화로 인한 코드 수정
🚚 :truck: 리소스(e.g.: files, paths, routes) 이동/리네임
📄 :page_facing_up: 라이센스 추가/수정
♿️ :wheelchair: 접근성 개선
💡 :bulb: 주석 추가/수정
💬 :speech_ballon: 텍스트/리터럴 추가/수정
🗃️ :card_file_box: 데이터베이스 관련
🔊 :loud_sound: 로그 추가/수정
🔇 :mute: 로그 제거
👥 :busts_in_silhouette: contributor(s) 추가/수정
🤡 :clown_face: Mock things
🙈 :see_no_evil: .gitignore 추가/수정
💫 :dizzy: animations/transitions 추가/수정
🩹 :adhesive_bandage: 간단한 문제 해결
⚰️ :coffin: dead code 제거

'코딩 > github' 카테고리의 다른 글

git action 보안과 문제점  (0) 2024.01.19
git-action 권한설정  (0) 2024.01.19
git-action  (1) 2024.01.19
git 사용법  (0) 2023.03.14
github- gitignore  (1) 2023.03.14