# README
gitclone
Introduction
git clone with copy-on-write
Prerequisites
- Go >= 1.22.0
Build
make build
Usage
git clone with copy-on-write
Usage:
clone [flags]
Flags:
-c, --config-file string config file
-d, --dest-dir string dest dir
-h, --help help for clone
-b, --repo-branch string repo branch
-r, --repo-url string repo url
-u, --unmount-dir string unmount dir
Settings
gitclone parameters can be set in config.yml.
An example of configuration in config.yml:
clone:
depth: 1
single_branch: true
License
Project License can be found here.