Simple tool to make easy to do fast PRs based on issues in JIRA
yarn global add gjira
or
npm i -g gjira
Run gjira configure
and answer questions there.
You JIRA credentials are saved plain text in your HOME directory.
Command gjira PROJECT-123
will
- Stash your changes
- Checkout base branch (master)
- Create new branch
Command gjira push
will
- Stage your changes
- Commit with JIRA message
- Push to origin
MIT