LoginSignup
1
0

More than 1 year has passed since last update.

【GitHub】コミットメッセージを幸せにする

Last updated at Posted at 2021-03-03

GitHub使う際にコミットメッセージを幸せにする方法が以下です。

スクリーンショット 2021-03-03 22.59.07.png

使い方は以下です。

$ git add .
$ git commit -m ":fire:~~~~~~"
$ git push

ちゃんと意味もあります。

🐛 :bug: バグ修正
👍 :+1: 機能改善
:sparkles: 部分的な機能追加
🎉 :tada: 盛大に祝うべき大きな機能追加
♻️ :recycle: リファクタリング
🚿 :shower: 不要な機能・使われなくなった機能の削除
💚 :green_heart: テストやCIの修正・改善
👕 :shirt: Lintエラーの修正やコードスタイルの修正
🚀 :rocket: パフォーマンス改善
🆙 :up: 依存パッケージなどのアップデート
🔒 :lock: 新機能の公開範囲の制限
👮 :cop: セキュリティ関連の改善

詳しくは以下です。

https://gitmoji.dev/
https://goodpatch.com/blog/beautiful-commits-with-emojis
https://gist.github.com/nownabe/85d8595fd142adc426fbfaf2bab015e0

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0