Executando verificação de segurança...
1

excelente , para os mais preguicosos como eu adicione isso :

ccm() {
    tokens='πŸ—οΈ build, πŸ”§ ci, 🚧 chore, ✏️ docs, ✨ feat, πŸ› fix, πŸš€ perf, πŸ“¦ refactor, βͺ️ revert, πŸ’„ style, πŸ§ͺ test, 🌐 i18n, πŸŽ‰ initial, πŸ“ˆ analytics, πŸ—ƒοΈ database'
    commit_message=$(git diff --cached | cody chat --stdin -m 'Write only a commit title message to describe the changes made in all files for this git diff using this pattern: `emoji: message`. The message must be imperative and in lowercase. The available emojis are: '"$tokens" 2>/dev/null)
    git commit -m "$commit_message"
}

ai Γ© so rodar o comando ccm apΓ³s o git add

Carregando publicação patrocinada...