Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 650 Bytes

DeGAST

D enhanced Git Automation Simple Toolbox

degast is a software to help users apply the conventional commit guidelines to allow an easier automation.

Run

dgst <subcommand> [subcommand options] [subcommand arguments]

Subommands

commit

Start an interactive form to construct a commit. It requires no argument.

It asks for:

  1. header type
  2. scope (optional)
  3. summary message
  4. body of the message (optional)
  5. footer of the message (optional)
options
  • -nc, --no-confirm => do not ask confirmation and do not show the preview of the commit message