bparafina / CloneGits

Clone all of your github repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloneGits

License

A tool to clone all of a user's GitHub repos to the local machine.

Usage

Run python2 clonegits.py either run it in the target directory or use --dest to supply it with a directory to download into.

It will ask for your github username and password and then proceed to clone all of your repos on GitHub.

Requirements

This only requires PyGithub, which can be installed with pip install pygithub.

About

Clone all of your github repositories

License:GNU General Public License v2.0


Languages

Language:Python 100.0%