gurugit

Crates.iogurugit
lib.rsgurugit
version0.1.0
sourcesrc
created_at2019-10-12 04:22:22.940057
updated_at2019-10-12 04:22:22.940057
descriptionAn interactive git workflow tui tool
homepagehttps://github.com/Rivsen/gurugit
repositoryhttps://github.com/Rivsen/gurugit
max_upload_size
id171835
size13,469
Rivsen Tan (Rivsen)

documentation

README

Gurugit

An interactive git workflow tui tool

Init

cd .github

# edit init.sh, change project name and github user
vim init.sh

./init.sh

Branch Manage Rules

1. Create issue first
2. Create branch using `git <fb|hb> <issue_number> <branch_name>`
3. keep every develop branch related to a issue
Commit count: 11

cargo fmt