qgb

Crates.ioqgb
lib.rsqgb
version0.1.1
sourcesrc
created_at2022-05-04 12:35:35.684325
updated_at2022-05-04 12:36:43.153186
descriptionEasily create a github branch with spaces rather than needing _ or - between each word.
homepagehttps://github.com/Christopher-Law/quick-branch-cli
repositoryhttps://github.com/Christopher-Law/quick-branch-cli
max_upload_size
id580378
size2,270
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. Quick-Branch alleviates that.

Old:

git checkout -b my_really_long_branch_name

New

qgb my really long branch name

Commit count: 0

cargo fmt