Git Scripts

Recursive Git Clone

Tested on Ubuntu 18.04

This script recursively prompts you for a git URL, cloning the repo into the current directory.

Usage:

bash <(curl -sSL https://jrussell.sh/recursive-git-clone)

Raw Script Contents

By |2021-01-05T08:30:34+00:00January 5th, 2021|Comments Off on Recursive Git Clone