Skip to content

Instantly share code, notes, and snippets.

@ilsenem
Last active June 10, 2020 12:57
Show Gist options
  • Save ilsenem/208511d367c3a232226e to your computer and use it in GitHub Desktop.
Save ilsenem/208511d367c3a232226e to your computer and use it in GitHub Desktop.
Get short url to Github repo
# Place this in your .bashrc or .profile
# $: github <user> <repo>
github() {
curl -is https://git.io -F "url=https://github.com/$1/$2" | grep Location
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment