gitquick-0.3.1 is not a library.
GitQuick
gq is a command line tool that simplifies common git workflows.
Installation
Windows
- Download the latest exe file from GitHub.
- Add the path to the
gq.exefile to yourPathenvironment variable.
Cargo
cargo install gitquick
Configuration
Use the following command to configure gq:
gq config <NAME> <VALUE>
Options
| NAME | VALUE | Description |
|---|---|---|
commit.conventional |
Bool | Enable Conventional Commits. Default is false. |
commit.types |
Comma separated types | Types for conventional commits. Default is build, ci, docs, feat, fix, perf, refactor, style, test, revert. |
commit.ticket |
Bool | Enable ticket number integration. Default is false. |