Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | :tada: |
Version tag | :bookmark: |
New feature | :sparkles: |
Bugfix | :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | :tada: |
Version tag | :bookmark: |
New feature | :sparkles: |
Bugfix | :bug: |
Configurar Nombre que salen en los commits
git config --global user.name "dasdo"
Configurar Email
git config --global user.email dasdo1@gmail.com