Code & Beyond: Eugene’s Dev Journey

Back

Emoji in Commit MessageHero Blur
EmojiReserved KeywordsDescription(en)Description(ko)
🎉:tada:Initial commit초기 커밋, 프로젝트 시작
🙈:see_no_evil:Add or update a .gitignore file.gitignore 파일 추가 및 변경
🚀:rocket:Deploy stuff배포
🔖:bookmark:Release / Version tag릴리즈 / 버전 태그
🔀:twisted_rightwards_arrows:Merge branches브랜치 병합
:rewind:Revert changes변경 사항 되돌리기
:white_check_mark:Add, update, or pass tests테스트 추가, 변경 또는 통과
🤡:clown_face:Mock things테스트를 위한 객체 및 함수 등 Mocking
🧪:test_tube:Add a failing test의도적으로 실패하는 코드 추가
🦺:safety_vest:Add or update code related to validation검증 코드 추가 및 변경
🩺:stethoscope:Add or update healthcheck상태 검사 추가 및 변경
🚧:construction:WIP; Work inprogressWIP; 작업 중인 코드
🚑:ambulance:Critical hotfix중요하고 긴급한 수정 (핫픽스)
🐛:bug:Bugfix버그 수정
🩹:adhesive_bandage:Simple fix for a non-critical issue중요하지 않은 이슈에 대한 간단한 수정
:sparkles:Introduce new features새로운 기능 추가 및 소개
🚩:triangular_flag_on_post:Add, update, or remove feature flags기능 플래그 추가, 변경, 제거
🔥:fire:Remove code or files코드 및 파일 제거
✏️:pencil2:Fix typos오타 수정
📝:memo:Add or update documentation문서 추가 및 변경
💡:bulb:Add or update comments in source code소스 코드 내 주석 추가 및 변경
💫:dizzy:Add or update animations and transitions애니메이션, 화면 전환 효과 추가 및 변경
🚸:children_crossing:Improve user experience / usability사용자 경험 향상 및 개선
💄:lipstick:Add or update the UI and style filesUI / style 파일 추가 및 변경
🚨:rotating_light:Fix compiler / linter warnings컴파일러 / 린터 경고 수정
👷:construction_worker:Add or update CI build systemCI 빌드 시스템 추가 및 변경
💚:green_heart:Fix CI BuildCI 빌드 수정
📈:chart_with_upwards_trend:Add or update analytics or track code분석, 추적 코드 추가 및 변경
🗃️:card_file_box:Perform database related changes데이터베이스(DB)와 관련된 변경
💩:poop:Write bad code that needs to be improved개선이 필요한 나쁜 코드 작성
💥:boom:Introduce breaking changes호환성 깨뜨리는 변경사항
🥅:goal_net:Catch errors에러 처리
🔊:loud_sound:Add or update logs로그 추가 및 변경
🔇:mute:Remove logs로그 삭제
🌱:seedling:Add or updates seed files시드 파일 추가 및 변경
🔒:lock:Fix security issues보안 이슈 수정
🔐:closed_lock_with_key:Add or update secret암호화 추가 및 변경
🛂:passport_control:Work on code related to authorization, roles and permissions인증, 역할, 권한 관련 코드 작업
📦:package:Add or update compiled file or package컴파일된 파일, 패키지 추가 및 변경
:heavy_plus_sign:Add a dependency의존성 추가
:heavy_minus_sign:Remove a dependency의존성 제거
⬆️:arrow_up:Upgrade dependencies종속성(의존성) 업그레이드
⬇️:arrow_down:Downgrade dependencies종속성(의존성) 다운그레이드
📌:pushpin:Pin dependencies to specific versions의존성을 특정 버전에 고정
👽️:alien:Update code due to external API changes외부 API 변경으로 인한 코드 업데이트
🔧:wrench:Add or update configuration files설정 파일 추가 및 변경
🔨:hammer:Add or update development script개발 스크립트 추가 및 변경
📄:page_facing_up:Add or update license라이센스 추가 및 변경
🧑‍💻:technologist:Improve developer experience개발자 경험 개선
💬:speech_balloon:Add or update text and literals텍스트 및 문자열 추가 업데이트
🌐:globe_with_meridians:Internationalization and localization국제화 및 지역화
:wheelchair:Improve accessibility접근성 개선
📱:iphone:Work on responsive design반응형 디자인 작업
🔍️:mag:Improve SEO검색 엔진 최적화
🍱:bento:Add or update assets에셋 추가 및 변경
🗑️:wastebasket:Deprecate code that needs to be cleaned upDeprecate 된 코드 정리
🧱:bricks:Infrastructure related change인프라 관련 변경
👔:necktie:Add or update business logic비즈니스 로직 추가 및 변경
🚚:truck:Move or rename resources (e.g.: files, paths, routes)파일, 경로, 라우트 등 리소스 이동 변 이름 변경
🎨:art:Improve structure / format of the code구조 / 코드 포맷 개선
🏗️:building_construction:Make architectural changes아키텍처 변경
⚰️:coffin:Remove dead code죽은 코드 제거
♻️:recycle:Refactor code코드 리팩토링
:zap:Improve performance성능 개선
🧵:thread:Add or update code related to multithreading or concurrency멀티쓰레드, 동시성 관련 코드 추가 및 변경
🏷️:label:Add or update types타입 추가 및 변경
⚗️:alembic:Perform experiments실험
📸:camera_flash:Add or update snapshots스냅샷 추가 및 변경
👥:busts_in_silhouette:Add or update contributor(s)기여자 추가 및 변경
💸:money_with_wings:Add sponsorships or money related infrastructure후원 또는 돈 관련 인프라 추가
🧐:monocle_face:Data exploration/inspection데이터 탐색/검사
🥚:egg:Add or update an easter egg이스터 에그 추가 및 변경
🍻:beers:Write code drunkenly술 취한 상태로 코드 작성
🐳:whale:Docker도커 구성
🍎:apple:Fixing on Mac OSMac OS에서 무언가를 고칠 때
🐧:penguin:Fixing on Linux리눅스에서 무언가를 고칠 때
🏁:checkered_flag:Fixing on WindowsWindows에서 무언가를 고칠 때
📚:books:Add or update blog posts, articles블로그 글(posts, articles) 작성 및 변경
Emoji in Commit Message
https://eugenejeon.me/blog/dev-emoji-in-commit-message/
Author Eugene
Published at 2025년 3월 1일