zarakay / git-feeling

Have emojis dictate your commit messages!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-feeling

Let emojis show how you feel about your commits

Showcase

Setup

Clone the current repo

git clone https://github.com/savala/git-feeling.git

Add feeling.sh as an alias for git

git config --global alias.feeling '!sh <path/to/git-feeling>/feeling.sh'

Usage

Add some emotion to your commit messages now! Instead of git commit use the following:

git feeling [options] <message>

Options

  • -h or --happy - adds a 😃
  • -s or --sad - adds a 😫
  • -w or --win - adds a 🍺
  • -a or --angry - adds a 😡
  • -m or --money - adds a 💰

About

Have emojis dictate your commit messages!


Languages

Language:Shell 100.0%