gitquick 0.3.1

Command line tool that simplifies common git workflows.
gitquick-0.3.1 is not a library.

GitQuick

Build Crates.io Version

gq is a command line tool that simplifies common git workflows.

Installation

Windows

  1. Download the latest exe file from GitHub.
  2. Add the path to the gq.exe file to your Path environment 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.