__ __ ____ ___ _ _ __ ___ ____
/ _)( )(_ _)/ __)( )( )/ \( ,)(_ _)
( (/\ )( )( \__ \ )__(( () )) \ )(
\__/(__) (__) (___/(_)(_)\__/(_)\_)(__)
CLI to create short or vanity urls with git.io
npm install -g gitshort
$ gitshort github_url
$ gitshort github_url -v desired_vanity_tag
$ gitshort https://github.com/tensorflow/tensorflow
https://git.io/v7llm
$ gitshort https://github.com/junyanz/CycleGAN -v cyclegan
https://git.io/cyclegan
Fork it:
https://github.com/ryanmaynard/gitshort/fork
Create your feature branch:
git checkout -b my-new-feature
Commit your changes:
git commit -am 'Add some feature'
Push to the branch:
git push origin my-new-feature
Create a new Pull Request:
https://github.com/ryanmaynard/gitshort/compare