ez-branch 0.1.0

Easily create a github branch with spaces rather than needing _ or - between each word.
ez-branch-0.1.0 is not a library.

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