Skip to content

Generate & Checkout a git branch based on a JIRA issue

License

Notifications You must be signed in to change notification settings

yuhonas/git-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git JIRA

image

Generate git branch names based on JIRA Issues

What does it look like?

demo-optimised

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes

Prerequisites

For development only

Installing

To install into your $HOME/bin directory, which is assumed to be in your $PATH

$ make install

Configuration

  1. Ensure there is a ~/.netrc entry for the host of your cloud hosted atlassian account eg. for example.atlassian.net
machine example.atlassian.net
  password <my password>
  login <my login>
  1. Configure that same host for use within git jira
$ git config --global git.jira.host example.atlassian.net

That's it!

Usage

$ git jira <issue number>

Contributing

See CONTRIBUTING.md

About

Generate & Checkout a git branch based on a JIRA issue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published