0
1

More than 1 year has passed since last update.

GitHubでEmojiコミットメッセージを残す

Posted at

.commit_template


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

.commit_templateをどうするか

作業ディレクトリにおいて、
git config commit.template .commit_template

参考

0
1
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
0
1