Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
/ git-jira Public archive

Simple git command to create branches named after JIRA tickers

Notifications You must be signed in to change notification settings

tutti-ch/git-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Description

This bash script creates a branch named after to the summary of a JIRA ticket.

How to install

  1. Clone this repository
  2. Add the git-jira folder to your $PATH
  3. Generate an access token here: https://id.atlassian.com/manage/api-tokens
  4. Configure ~/.netrc
machine tutti-ch.atlassian.net
login login
password PW

Usage

git jira ASBE-300

Example

➜  tutti-android git:(translation-fixes-ad-reply) ✗ git jira ASBE-387

...
Creating branch: ASBE-387-retry-verification-with-backoff
...

➜  tutti-android git:(ASBE-387-retry-verification-with-backoff)

About

Simple git command to create branches named after JIRA tickers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages