xtrafrancyz / gh-backup

GitHub org backup tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Backup

It can only be used to clone all repositories in an organization. With subsequent runs it will fetch instead of clone.

Installation

Install git and Go. Then run:

go install https://github.com/xtrafrancyz/gh-backup@latest

Usage

Download all public repositories:

gh-backup --org EnterpriseQualityCoding --out ./my_org

Use an Access Token for private repositories:

GH_TOKEN="github_XXXXXX" gh-backup --org EnterpriseQualityCoding --out ./my_org

About

GitHub org backup tool

License:MIT License


Languages

Language:Go 100.0%