Summary
github.com を短縮するサービス。github.io 内のURLもOK。
Example
https://xight.github.io/foo で公開しているURLを https://git.io/bar に短縮curl -i https://git.io -F "url=https://xight.github.io/foo" -F "code=bar"
Reference
git.iohttps://git.io
curl -i https://git.io -F "url=https://xight.github.io/foo" -F "code=bar"