Skip to content
/ gitx Public

A command line tool to wrap git command to enforce a custom git commit message convention based on "AngularJS Git Commit Message Conventions"

License

Notifications You must be signed in to change notification settings

emac/gitx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitx

A command line tool to wrap git command to enforce a custom git commit message convention based on "AngularJS Git Commit Message Conventions".

How to use

gitx commit

In most cases, that's all you need to type. In fact, gitx supports the same set of options as git commit.

But be noted that if you give any of the following options, it will not prompt for convention, instead it will pass all the parameters to git command:

  • -m/--message

  • -c/--reuse-message

  • -C/--reedit-message

  • -F/--file

  • -t/--template

That's to say the commit message passed in the command line takes priority over the convention.

About

A command line tool to wrap git command to enforce a custom git commit message convention based on "AngularJS Git Commit Message Conventions"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages