Skip to content

Instantly share code, notes, and snippets.

@chand
Last active April 13, 2020 14:01
Show Gist options
  • Save chand/6f4d1ea58b6ee323438975021ef6b5db to your computer and use it in GitHub Desktop.
Save chand/6f4d1ea58b6ee323438975021ef6b5db to your computer and use it in GitHub Desktop.
git.io URL Shortener with custom code

git.io URL Shortener with custom code

Install Gem

$ gem install git.io

To shorten a URL without a custom code:

$ git.io https://github.com/chand
http://git.io/Q8FbwH

To shorten a URL with a custom code

$ git.io https://github.com/chand --code=chand
http://git.io/chand

Source/Credit

@melo1021
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment