Clone a git repository without the need of git to be installed on your system.
bash
cargo install gitcurl
Clone a git repository in the current folder.
```bash gitcurl https://github.com/shadawck/gitcurl
gitcurl shadawck:gitcurl ```
Clone a specific branch of a git repository in the current folder.
bash
gitcurl https://github.com/shadawck/gitcurl -b main
Fetch a zip of the repository.
bash
gitcurl -z https://github.com/shadawck/gitcurl
Output with to a specific path
bash
gitcurl -z https://github.com/shadawck/gitcurl -o /my/clone/path/myzip.zip
bash
gitcurl -z https://github.com/shadawck/gitcurl -o /my/clone/path
```bash $ gitcurl --help Clone git repository with curl
USAGE:
gitcurl [OPTIONS]
ARGS:
OPTIONS:
-b, --branch