#github #branch #git #cli

app qgb

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

2 releases

0.1.1 May 4, 2022
0.1.0 May 4, 2022

#68 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. Quick-Branch alleviates that.

Old:

git checkout -b my_really_long_branch_name

New

qgb my really long branch name

No runtime deps