git-repo
git-repo copied to clipboard
add support for shorter aliases of commands
for example, instead of typing:
git hub request create
make it possible to type:
git hub pr create
git hub pr c
git hub mr c
git hub r c
(a suggestion from @bbouvier)