Skip to content

Instantly share code, notes, and snippets.

@yuu-eguci
Last active April 6, 2024 14:41
Show Gist options
  • Save yuu-eguci/577e670b364ebec593ca170715177d2e to your computer and use it in GitHub Desktop.
Save yuu-eguci/577e670b364ebec593ca170715177d2e to your computer and use it in GitHub Desktop.
🎉✨💄 Git Commit emoji ♻️🐛🚀

An emoji guide for your commit messages, like below

  • ♻️ Move website to Next.js (#368)
  • 📄 Update LICENSE

Freq use よく使う

usage emoji 絵文字
Initial commit.
初回コミット。
🎉 :tada:
Introducing new features.
機能追加。
:sparkles:
Updating the UI and style files.
UI、デザイン。
💄 :lipstick:
Refactoring code.
リファクタリング。
♻️ :recycle:
Removing linter warnings.
linter ウォーニングを解決。
🚨 :rotating_light:
Fixing a bug.
バグフィックス。
🐛 :bug:
Fixing security issues.
セキュリティの問題を解決。
🔒 :lock:
Deploying stuff.
デプロイ。
🚀 :rocket:
Updating tests.
テスト。
:white_check_mark:
Writing docs.
ドキュメント。
📝 :pencil:
Fixing typos.
タイプミス修正。
✏️ :pencil2:
Changing configuration files.
設定ファイル編集。
🔧 :wrench:
Internationalization and localization.
I18n。
🌐 :globe_with_meridians:
Moving or renaming files.
ファイル移動、リネーム。
🚚 :truck:
Adding or updating license.
ライセンス。
📄 :page_facing_up:
Updating code due to code review changes.
コードレビューによる更新。
👌 :ok_hand:
Adding or updating assets.
アセットの更新。
🍱 :bento:
Updating text and literals.
テキストやリテラルの更新。
💬 :speech_balloon:
Adding logs.
ログ追加。
🔊 :loud_sound:
Removing logs.
ログ削除。
🔇 :mute:
Adding an easter egg.
イースターエッグ(開発者がこっそり隠す機能、メッセージ)追加。
🥚 :egg:
Documenting source code.
ソースコードにドキュメントを追加。
💡 :bulb:
Removing code or files.
コードやファイルの削除。
🔥 :fire:
Adding or updating a .gitignore file
.gitignore 更新。
🙈 :see_no_evil:
Work in progress.
作業中。
🚧 :construction:

Others その他

usage emoji 絵文字
Improving structure / format of the code.
構造、フォーマットの改良。
🎨 :art:
Critical hotfix.
ホットフィックス、迅速なバグ修正。
🚑 :ambulance:
Adding CI build system.
CI ビルドシステムの追加。
👷 :construction_worker:
Fixing CI Build.
CI ビルドの修正。
💚 :green_heart:
Fixing something on macOS.
macOS での問題を解決。
🍎 :apple:
Fixing something on Linux.
Linux での問題を解決。
🐧 :penguin:
Fixing something on Windows.
Windows での問題を解決。
🏁 :checkered_flag:
Fixing something on Android.
Android での問題を解決。
🤖 :robot:
Fixing something on iOS.
iOS での問題を解決。
🍏 :green_apple:
Reverting changes.
変更をもとに戻す。
:rewind:
Improving performance.
パフォーマンス向上。
:zap:
Writing bad code that needs to be improved.
クソコードの修正。
💩 :poop:
Releasing / Version tags.
タグ追加。
🔖 :bookmark:
Downgrading dependencies.
依存性のダウングレード。
⬇️ :arrow_down:
Upgrading dependencies.
依存性のアップグレード。
⬆️ :arrow_up:
Adding a dependency.
依存性追加。
:heavy_plus_sign:
Removing a dependency.
依存性削除。
:heavy_minus_sign:
Introducing breaking changes.
互換性のない変更。
💥 :boom:
Pinning dependencies to specific versions.
依存性を特定のバージョンに固定。
📌 :pushpin:
Adding analytics or tracking code.
解析あるいはトラッキングコード。
📈 :chart_with_upwards_trend:
Work about Docker.
Docker。
🐳 :whale:
Merging branches.
マージ。
🔀 :twisted_rightwards_arrows:
Updating compiled files or packages.
コンパイルファイルやパッケージ。
📦 :package:
Updating code due to external API changes.
外部 API の変更による更新。
👽 :alien:
Improving accessibility.
アクセシビリティの改良。
:wheelchair:
Writing code drunkenly.
飲みながら書いた。
🍻 :beers:
Performing database related changes.
データベースのパフォーマンスに関わる変更。
🗃️ :card_file_box:
Adding contributor(s).
コントリビュータの追加。
👥 :busts_in_silhouette:
Improving user experience / usability.
UX 改良。
🚸 :children_crossing:
Making architectural changes.
アーキテクチャに関わる変更。
🏗️ :building_construction:
Working on responsive design.
レスポンシブ。
📱 :iphone:
Mocking things.
モック。
🤡 :clown_face:
Adding or updating snapshots
スナップショットの更新。
📸 :camera_flash:
Experimenting new things
実験的。
⚗️ :alembic:
Improving SEO
SEO 改良。
🔍 :mag:
Work about Kubernetes
KUbernetes 関連の更新。
☸️ :wheel_of_dharma:
Adding or updating types (Flow, TypeScript)
型の更新。(Flow, TypeScript)
🏷️ :label:
Adding or updating seed files
シードファイル(初期データ)更新。
🌱 :seedling:
Adding, updating, or removing feature flags
機能切り替え機能。
🚩 :triangular_flag_on_post:
Catching errors
エラーをキャッチ。
🥅 :goal_net:
Adding or updating animations and transitions
アニメーションやトランジション。
💫 :dizzy:
Deprecating code that needs to be cleaned up.
非推奨コード。
🗑️ :wastebasket:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment