Skip to content

Instantly share code, notes, and snippets.

@jverdeyen
Forked from fgdrf/gist:4123721
Last active August 29, 2015 14:24
Show Gist options
  • Save jverdeyen/953c48fdf29e48cca709 to your computer and use it in GitHub Desktop.
Save jverdeyen/953c48fdf29e48cca709 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment