Post

githubtakeout - Export and Archive GitHub Repos

Data export tool for archiving Git repositories and gists

I made a simple Python tool for exporting all of your GitHub repos. It clones all of the repos for a given account and compresses them as zip/tar.gz archives. It supports public/private repos and public/secret gists.

Install from PyPI:

1
pip install githubtakeout

For more informationm, visit the GitHub page: https://github.com/cgoldberg/githubtakeout

This post is licensed under CC BY 4.0 by the author.