Skip to content

Instantly share code, notes, and snippets.

@khafidprayoga
Last active October 10, 2021 06:37
Show Gist options
  • Save khafidprayoga/39b3804596678cb2e3cb05f089715884 to your computer and use it in GitHub Desktop.
Save khafidprayoga/39b3804596678cb2e3cb05f089715884 to your computer and use it in GitHub Desktop.
Github URL Shortener

git.io is a url shortener for github.com hostname

  • URL without custom text
     curl -i https://git.io -F "url=https://github.com/khafidprayoga/repo.git"
    
  • URL with custom text
    curl -i https://git.io -F "url=https://github.com/khafidprayoga/repo.git" 
    -F "code=myshorturl"
    
  • Github Pages
    khafidprayoga.github.io
    git.io/khafidprayoga
    

Source

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