# gitx-rs

my git subcommands by Rust

# Requirements

- Rust 1.9.0

## Installation

You need to add the `.cargo/bin` to your PATH

```
cargo install gitx
```

```
cargo install --git https://github.com/yagince/gitx-rs.git
```

## Commands

### git start

create a new branch with branch-type and issue-number

![create branch](https://i.gyazo.com/e2413e11a9a1eae439d5c7a04afc1a0e.png)

### git cb

checkout by selecting from a list of branch

![change branch](https://i.gyazo.com/6f30f7f61bc1c2bb4b454c676fd0635f.gif)

### git db

delete (git branch -D) by selecting from a list of branch

![delete branch](https://i.gyazo.com/56c6950330d38e2540935c7d86ecde61.gif)