Skip to content

chaewonkong/gitty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Gitty

a handy git commit formatter

Gitty is a CLI tool built with Go, helps you to format commit message according to Conventional Commits

ezgif com-video-to-gif-converter (1)

// Message format
<type>[optional scope]: <description>

Select Options

"feat":     "Adding new features"
"fix":      "Fixing the bugs"
"refactor": "Refactoring codes"
"docs":     "Documentation"
"ci":       "CI/CD improvements"
"perf":     "Performance Enhancement"
"chore":    "Tedious task done"
"test":     "Adding/Editing tests"
"style":    "Style changes (like css)"

Installation

If you are using MacOS, you can install it with brew.

brew tap chaewonkong/homebrew-gitty
brew install gitty

Or if you are familiar to Go, just run the following

 go install github.com/chaewonkong/[email protected]

Run

All you need to do is just run gitty in your terminal after git add.

gitty