An open API service indexing awesome lists of open source software.

https://github.com/spoqa/git-jira-tools

I wonder who I am, and what the purpose and summary of the branches that I made are.
https://github.com/spoqa/git-jira-tools

Last synced: about 1 year ago
JSON representation

I wonder who I am, and what the purpose and summary of the branches that I made are.

Awesome Lists containing this project

README

          

Usage
-----

```zsh
$ # after cloning it
$ cargo build --release
$ # copy or link ./target/release/git-jira to $PATH
$ # cd to your git repository
$ git jira branch
JIRA URL:
Username:
Password:
bugfix/AD-224 Exception on /admin/users [POST]
feature/CL-337 Add a new fascinate feature
bugfix/MM-550 Response is too slow on /data/
* master
improve/TR-736 Rewrite app/trashes.js
```

Configurations will be stored to `.gitconfig` in your home directory, so you don't need to type your username and password again.