Skip to content

Instantly share code, notes, and snippets.

@fgdrf
Created November 21, 2012 08:03
Show Gist options
  • Save fgdrf/4123721 to your computer and use it in GitHub Desktop.
Save fgdrf/4123721 to your computer and use it in GitHub Desktop.
GIT.io URL shortener
curl -i http://git.io -F "url=https://github.com/<whatever you like to point to>" -F "code=<preferredcode>"
# Example:
# curl -i http://git.io -F "url=https://github.com/uDig/udig-platform" -F "code=udigPlatform"
# return the following shortened URL : http://git.io/udigPlatform
@adult-soul
Copy link

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