The correct way to clone a git repository
Git Repo Clone is a tool that leverages the power of fuzzy finding with searches on the Github API. This allows for finding the exact repository you're looking for even if you don't know the exact name of the repo or owner and then fuzzing finding on those results.
Git must be installed. Use grc --help
```
USAGE:
grc [OPTIONS] [ARGS] [SUBCOMMAND]
ARGS:
--
and then the git
args. Eg `grc rust -- --bare
OPTIONS:
-h, --help Print help information
-l, --limit
SUBCOMMANDS: default-config Configure your defaults ```
```
USAGE:
grc default-config --username
OPTIONS:
-h, --help Print help information
-p, --path
Install with cargo install git-repo-clone
or
Clone the repository and install using cargo install --path . --force