Skip to content

Git extension that uses the jira-cli match git and jira workflows

Notifications You must be signed in to change notification settings

localmed/git-jira-flow

Repository files navigation

git-jira-flow

Git extension that uses the jira-cli to match git and jira workflows.

Installation

Homebrew Installation

The easiest way to install is to use homebrew:

$ brew tap localmed/tap
$ brew install git-jira-flow

Manual Installation

$ git clone [email protected]:localmed/git-jira-flow.git
$ cd git-jira-flow
$ sudo make install

By default, git-jira-flow will be installed in /usr/local. To change the prefix where git-jira-flow will be installed, simply specify it explicitly, using:

$ sudo make prefix=$HOME install

Setup

git-jira-flow requires Jira API configuration to be set in your .gitconfig:

[jira]
  server = <Jira server URL>
  user = <your username>

And optionally:

[jira]
  cli = <path to Jira CLI>

[jiraflow "development"]
  branch = develop
  
[jiraflow "master"]
  branch = master

Usage

$ git issue start [<issuekey>] [-b <branchname>] [-H]
$ git issue finish [<issuekey>] [-H]
$ git issue help

About

Git extension that uses the jira-cli match git and jira workflows

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages