https://github.com/hyeokjaelee/gititle
๐ Git commit message creation helper
https://github.com/hyeokjaelee/gititle
commit-message git
Last synced: 12 months ago
JSON representation
๐ Git commit message creation helper
- Host: GitHub
- URL: https://github.com/hyeokjaelee/gititle
- Owner: HyeokjaeLee
- License: mit
- Created: 2021-09-02T06:03:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T06:31:38.000Z (over 4 years ago)
- Last Synced: 2025-02-09T06:13:24.073Z (about 1 year ago)
- Topics: commit-message, git
- Language: JavaScript
- Homepage: https://hyeokjaelee.github.io/gititle/
- Size: 729 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

    ย 
## About
Gitile is a project that helps you write a formal Git commit message.
It is based on [AngularJS Git Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and [Gitmoji](https://github.com/carloscuesta/gitmoji).
### โ ๏ธ Notice
It's not optimized for mobile environments.
## Preview [Gititle](https://hyeokjaelee.github.io/gititle/)
### ๐งช Commit message form
```
(): //header
```
Example: [Gititle Commits](https://github.com/HyeokjaeLee/gititle/commits/master)

## Contributing to Gititle
If there is anything wrong or you want to add, please add it to the [issue section](https://github.com/HyeokjaeLee/gititle/issues).
I'll add it after checking it.