Skip to content

Instantly share code, notes, and snippets.

@dachi023
Last active June 22, 2020 14:18
Show Gist options
  • Save dachi023/314f710aadab22f90545d340cb42bab8 to your computer and use it in GitHub Desktop.
Save dachi023/314f710aadab22f90545d340cb42bab8 to your computer and use it in GitHub Desktop.
# Emoji list
# 🎨 :art: UI
# 🐛 :bug: バグ
# 💄 :lipstick: リファクタリング
# 📝 :memo: ドキュメント
# 👔 :necktie: テストコード
# 📦 :package: ライブラリ
# ✨ :sparkles: 機能追加
# 👋 :wave: 機能削除
# 🔧 :wrench: 機能改修
wget -O $HOME/.git_commit_template {Gist Raw URL} && git config --global commit.template $HOME/.git_commit_template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment