@rwirnsberger/git-tools
v1.2.0
Published
A collection of git tools
Readme
git-tools
A new CLI generated with oclif
Usage
$ npm install -g @rwirnsberger/git-tools
$ git-tools COMMAND
running command...
$ git-tools (--version)
@rwirnsberger/git-tools/1.2.0 linux-x64 node-v22.21.1
$ git-tools --help [COMMAND]
USAGE
$ git-tools COMMAND
...Commands
git-tools auto-branch ISSUEURL
Generate Git branch names from Jira tickets with AI suggestions and interactive feedback
USAGE
$ git-tools auto-branch ISSUEURL [--debug] [-y]
ARGUMENTS
ISSUEURL Jira issue ID to fetch
FLAGS
-y, --yes Skip confirmation prompt
--debug Show debug logs.
DESCRIPTION
Generate Git branch names from Jira tickets with AI suggestions and interactive feedbackSee code: src/commands/auto-branch/index.ts
git-tools auto-commit
Automatically generate commit messages from staged files with feedback loop
USAGE
$ git-tools auto-commit [--debug] [-y] [--reword <value>]
FLAGS
-y, --yes Skip confirmation prompt
--debug Show debug logs.
--reword=<value> Rewords the commit message of the given commit. The commit hash must be provided.
DESCRIPTION
Automatically generate commit messages from staged files with feedback loopSee code: src/commands/auto-commit/index.ts
