gitx

Crates.iogitx
lib.rsgitx
version0.0.4
sourcesrc
created_at2016-07-10 13:40:02.436419
updated_at2017-11-30 01:28:27.578296
descriptiongit subcommands
homepagehttps://github.com/yagince/gitx-rs
repositoryhttps://github.com/yagince/gitx-rs
max_upload_size
id5622
size29,682
Natsuki Yagi (yagince)

documentation

https://github.com/yagince/gitx-rs

README

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

git cb

checkout by selecting from a list of branch

change branch

git db

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

delete branch

Commit count: 78

cargo fmt