ez-branch

Crates.ioez-branch
lib.rsez-branch
version0.1.0
sourcesrc
created_at2022-05-04 03:25:46.040778
updated_at2022-05-04 03:25:46.040778
descriptionEasily create a github branch with spaces rather than needing _ or - between each word.
homepagehttps://github.com/Christopher-Law/ez-branch-cli
repositoryhttps://github.com/Christopher-Law/ez-branch-cli
max_upload_size
id580164
size2,272
Christopher-Law (Christopher-Law)

documentation

README

Quick-Branch

Easily create github branches using space separated words. Typing '-' or '_' between each word in your branch can be annoying. Ez-Branch alleviates that.

Old:

git checkout -b my_really_long_branch_name

New

qb my really long branch name

Commit count: 0

cargo fmt