Categorygithub.com/craftslab/gitclone
modulepackage
1.1.0
Repository: https://github.com/craftslab/gitclone.git
Documentation: pkg.go.dev

# README

gitclone

Go Report Card License Tag

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.

Reference

# Structs

No description provided by the author
No description provided by the author