Justintime50 / github-archive

A powerful tool to concurrently clone, pull, or fork user and org repos and gists to create a GitHub archive.
MIT License
186 stars 48 forks source link

feat: support forking repos and gists #50

Closed Justintime50 closed 1 year ago

Justintime50 commented 1 year ago

This PR adds support to fork repos and gists by passing the --fork flag along with the --users, --orgs, --stars, or --gists flags.

Closes #49.