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