Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| // registerurl | |
| /* | |
| Request POST /mpesa/c2b/v1/registerurl HTTP/1.1 | |
| */ | |
| { | |
| "ShortCode": "600482", | |
| "ResponseType": "Completed the Mwavuli Transaction", | |
| "ConfirmationURL": "https://urlhitter.herokuapp.com/api/v1/callbacks", | |
| "ValidationURL": "https://urlhitter.herokuapp.com/api/v1/callbacks" |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Prereq:
apt-get install zsh
apt-get install git-coreGetting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh