It allows you to commit changes quickly using predefined message formats adorned with emojis.
- Interactive CLI interface for Git operations.
- Predefined commit message formats with emojis for different types of commits.
- Easy customization to fit your Git workflow.
My Git CLI uses the following predefined commit message format:
feat: β¨ Add new feature
fix: π Fix a bug
docs: π Update documentation
style: π Update code style
refactor: π¨ Refactor code
perf: β‘οΈ Improve performance
test: β
 Add tests
chore: π§ Update build process
revert: βͺοΈ Revert a commit
To install My Git CLI, you can use npm or pnpm:
npm install -g @yingfeidai/my-git-cli@version
# or
pnpm install -g @yingfeidai/my-git-cli@version