GitHub - Sequestrator/github-clone: A simple script to clone all of a user's github repositories. · GitHub
Skip to content

Sequestrator/github-clone

 
 

Folders and files

Repository files navigation

Github-clone makes it easy to clone all github projects of a user, using either the public or private clone urls for the projects.

Clone all repositories of user Narnach, using the public clone URLs:

github-clone Narnach

Clone all repositories of user Narnach, using the private clone URLs and suppressing console output:

github-clone Narnach -q --private
  • Add support to fetch/pull repositories as well as clone them. This makes automatic backups a possibility.

  • Turn this script into a proper ruby gem.

  • Add support to clone gitosis-managed repositories.

Copyright © 2008 - Wes Oldenbeuving, released under the MIT license.

About

A simple script to clone all of a user's github repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Ruby 100.0%