Victoria's Neofeed
  • 2019-08-01 15:18:09 -0400 -0400
    Victoria Drake

    Victoria Drake

    Aug 01, 2019

    A quick way to clone a list of @GitHub repos.

    Given a file, repos.txt with a repository’s SSH link on each line (and your SSH keys set up), run:

    xargs -n1 git clone < repos.txt

    Will clone all repositories into the current folder.

    2019-08-01 15:18:09 -0400 -0400 1837 days ago
    webmention this