Skip to content

Instantly share code, notes, and snippets.

@raine
Last active August 29, 2015 14:22
Show Gist options
  • Save raine/ef467c47029f1d26c30b to your computer and use it in GitHub Desktop.
Save raine/ef467c47029f1d26c30b to your computer and use it in GitHub Desktop.
gist-clone
gist-clone() {
gist_id=`echo "$1" | sed -e 's/.*\///g'`
git clone git@gist.github.com:/$gist_id.git $2
}

gist-clone

usage

gist-clone https://gist.github.com/raine/ef467c47029f1d26c30b dir-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment