Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 713 Bytes

README.rdoc

File metadata and controls

23 lines (14 loc) · 713 Bytes

Github-clone

Description

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

Examples

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

Ideas / todo

  • 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.

Author

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