lpiot / gitmoji-is-the-way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitmoji is the-way

I've been using https://gitmoji.dev/ for years.

Now, I use git.sh in all my projects.

Usage:

./git.sh <emoji_code> <message (optional)>

# example
./git.sh tada "my project"

# will produce
git add .; git commit -m ":tada: Begin a project. my project"; git push

Requirements:

The script relies on awk, and curl standard tools.

About

License:MIT License


Languages

Language:Shell 100.0%