Juszczak / git-jira

🤖 Automation tool that fetches data from Jira API by current git branch and uses prepare-commit-msg hook

Home Page:https://git.io/git-jira

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Jira

🤖 Automation tool that fetches data from Jira API by the git branch name

Install

bash <(curl https://raw.githubusercontent.com/Juszczak/git-jira/master/scripts/install)

Setup

Set up Jira credentials as git config entries (global or for a single repo):

git config --global jira.email your_email
git config --global jira.token your_token
git config --global jira.url your_jira_url
git config --global jira.enabled true

Usage

git commit

About

🤖 Automation tool that fetches data from Jira API by current git branch and uses prepare-commit-msg hook

https://git.io/git-jira

License:MIT License


Languages

Language:Shell 100.0%