Skip to content

Git.io Link Shortener

Antonizoon edited this page Oct 2, 2014 · 2 revisions

One of the more interesting "hidden" features of Github is the ability to create a Git.io shortened link! This service is only for Github links, and was developed by technoweenie and atmos as an experiment with Riak and Guillotine.

This link shortener will probably last about as long as Github exists; unlike other services.

However, you can set your own vanity shortened URLs, using a secret CURL command (on bash):

$ curl -i http://git.io -F "url=https://github.com/technoweenie" \
    -F "code=t"
HTTP/1.1 201 Created
Location: http://git.io/t

Source: Github - Git.io Link

BA Logo

Blog Posts

News

Misc

Personal Groundbreaking Projects

Useful Tools

Strange New Devices

Devices that Time Forgot

Refurb Log

Open-Source Hardware

  • Libreboot/Coreboot
  • HPLIP Printers - A massive family of common and cheap printers, that you can probably find from the junkyard. Most of them use open source drivers, and all work out of the box with Linux and HPLIP. Great for printing Bitcoin paper wallets.

Vintage Computing

Experimental Projects

Tips and Tricks

Clone this wiki locally