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

Latest commit

 

History

History
37 lines (28 loc) · 1.16 KB

commit.md

File metadata and controls

37 lines (28 loc) · 1.16 KB

git-c commit

interactive conventional commits cli (default command)

git-c commit

interactive conventional commits cli (default command)

USAGE
  $ git-c commit

OPTIONS
  -b, --breaking=breaking        skip "breaking" question and provide your own "breaking" message
  -d, --body=body                skip "body" question and provide your own "body" message
  -h, --help                     show CLI help
  -i, --issue=issue              skip "issue" question and provide your own "issue" message
  -m, --subject=subject          skip "subject" question and provide your own "subject" message
  -p, --passThrough=passThrough  subsequent command line args passed through to "git"
  -s, --scope=scope              skip "scope" question and provide your own "scope" message
  -t, --type=type                skip "type" question and provide your own "type" message

ALIASES
  $ git-c
  $ git-c c

EXAMPLES
  git-c
  git-c commit
  git-c c
  git-c c -p --amend
  git-c commit -m "added cool new feature" -t "feat" -s "amazing"

See code: src/commands/commit.ts