4 releases

Uses old Rust 2015

0.0.4 Nov 30, 2017
0.0.3 Jul 23, 2016
0.0.2 Jul 22, 2016
0.0.1 Jul 10, 2016

#68 in #subcommand

MIT license

30KB
790 lines

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

Dependencies

~6–16MB
~209K SLoC