https://github.com/fwouts/jit
A command-line tool to simplify Git workflows for Jira users
https://github.com/fwouts/jit
git github jira productivity
Last synced: 5 months ago
JSON representation
A command-line tool to simplify Git workflows for Jira users
- Host: GitHub
- URL: https://github.com/fwouts/jit
- Owner: fwouts
- License: mit
- Created: 2018-06-09T23:58:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T10:06:56.000Z (almost 8 years ago)
- Last Synced: 2025-04-07T07:34:59.584Z (about 1 year ago)
- Topics: git, github, jira, productivity
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jit
[](https://circleci.com/gh/zenclabs/jit)
[](https://codeclimate.com/github/zenclabs/jit/maintainability)
[](https://codeclimate.com/github/zenclabs/jit/test_coverage)
A command-line tool to simplify Git workflows for Jira users
## Introduction
`jit` aims to make your life easier if you find yourself constantly switching between your terminal and your browser to
look at Jira tickets.
In particular, use `jit` directly from your shell to:
- see Jira tickets assigned to you
- create a branch named after a Jira ticket and update the ticket's status
- create a new Jira ticket and start work on a corresponding branch
## Installation
- Download `jit` from https://github.com/zenclabs/jit/releases.
- Run `brew install libgit2` (or install it some other way).
- Run `chmod +x jit`.
- Call `jit` from within any Git repository.
## Updating
`jit` checks for updates regularly. You will know when a new version is available.
## Usage
```sh
# Print the list of Jira tickets assigned to you, pick a branch.
jit
# Would you like more commands? Please add feature requests in the Issues section.
```
# Configuration
`jit` will ask for your configuration details the first time you use it. You can adjust your settings anytime by editing
`.jit/config.yaml` in your home directory.