Skip to content

Instantly share code, notes, and snippets.

@robinhowlett
Created March 29, 2013 21:34
Show Gist options
  • Save robinhowlett/5273825 to your computer and use it in GitHub Desktop.
Save robinhowlett/5273825 to your computer and use it in GitHub Desktop.
git clone all gists belonging to a user
curl https://api.github.com/users/{username}/gists | grep git_pull_url | sed 's|\"git_pull_url\"\: \"\(.*\)\",|\1|p' | uniq | xargs git clone $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment