Coder Social home page Coder Social logo

emoji-matome's Introduction

使い方

次のようにコミットメッセージの先頭につけます。:emoji: commit message

例えば、README.txtを追加した場合は:memo: Add README.txtなどと書くようにします。

絵文字(Emoji)

絵文字とコミットタイプの対応は以下の通りです。

Emoji コミットタイプ
:sparkles: 新規機能追加
📝 :memo: ドキュメント追加
🔉 :sound: ログ追加
:white_check_mark: テストの追加
👍 :+1: 機能修正
🚀 :rocket: パフォーマンス改善
👮 :cop: セキュリティ関連の改善
✏️ :pencil2: タイポなどの修正
🎨 :art: リファクタリング
🚧 :construction: コメントアウトなど
🔥 :fire: ファイル削除
🔇 :mute: ログ削除
🐛 :bug: バグ修正
🔖 :bookmark: バージョンアップ
🎉 :tada: イニシャルコミット

コミットメッセージの種別

コミットのメッセージとその意味の対応は以下の通りです。

コミットメッセージ 意味
Add 新規(ファイル)機能追加
Update 機能修正、既存機能追加(バグではない)
Clean リファクタリング
Remove 削除など
Fix バグ修正
Upgrade バージョンアップ

絵文字を自動補完してgit commit

Atomを使用している場合は、git-plusautocomplete-emojisを併用すると絵文字の入力が楽になります。

ターミナル上でgit commit

ターミナル上で絵文字を手打ちする場合にはテンプレートとして絵文字リストを登録しておくと便利です。 テンプレートの登録は以下のように行います。

cd emoji-matome
cp .gitmessage.txt ~/.gitmessage.txt
git config --global commit.template ~/.gitmessage.txt

これでgit commitコマンド後に.gitmessage.txtがテンプレートとしてターミナル上に表示されるようになります。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.