Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 877 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 877 Bytes

Build Status

batch-clone

A small utility to clone all repos of given GitHub user

Prerequisites

Generate Personal Access Token

How to use it

  • Download and extract the binary from the releases page
  • ./batch-clone --username <your-github-username> --access-token <your-personal-access-token>

Please note - if you've never cloned anything from GitHub, you'll be asked to confirm the server fingerprint first. If you don't care (be warned), you can first follow this advice of more clever people than me on how to trust github's key in the first place.