Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| # Install script for Kristoffer | |
| # Created 06.08.2015 | |
| ECHO Installing apps | |
| ECHO Configure chocolatey | |
| choco feature enable -n allowGlobalConfirmation | |
| #choco install visualstudiocode | |
| choco install notepadplusplus |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| git config --global user.name "John Doe" # Set name | |
| git config --global user.email johndoe@example.com # set email | |
| # Convenient log message display | |
| git config --global alias.lg "log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative" | |
| # Alias 'git a' to 'git add .' | |
| git config --global alias.a "add ." | |
| # set Git editor to emacs |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |