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.
- Host: GitHub
- URL: https://github.com/spoqa/git-jira-tools
- Owner: spoqa
- Created: 2015-06-18T12:51:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T12:16:00.000Z (about 11 years ago)
- Last Synced: 2025-04-07T12:52:01.877Z (over 1 year ago)
- Language: Rust
- Size: 125 KB
- Stars: 14
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.