#github #branch #git #cli

yanked ez-branch

Easily create a github branch with spaces rather than needing _ or - between each word

0.1.0 May 4, 2022

#136 in #branch

MIT/Apache

3KB

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

No runtime deps