module
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2024
License: MIT
Opens a new window with license information.
README
¶
Branch
branch
is a command line utility that provides useful shortcuts when working with git and Jira.
Features
- Create Branches: Quickly create branches based on ticket identifiers and templates.
- Jira Integration: Authenticate and interact with Jira from the command line.
Installation
Homebrew
brew tap maikelveen/branch
brew install branch
Quick start
Authenticate with Jira:
branch jira auth init
Configure the branch template:
branch config set template "{{.key}}/{{.summary}}"
Create a new branch:
branch create issue-key
Click to show internal directories.
Click to hide internal directories.