Categorygithub.com/stayradiated/clone
repositorypackage
1.5.0
Repository: https://github.com/stayradiated/clone.git
Documentation: pkg.go.dev

# README

clone

clone a specific repo

Will clone to ~/src/github.com/stayradiated/clone

clone github.com/stayradiated/clone

shallow clone

Just get the latest commit.

clone --shallow github.com/stayradiated/clone

checkout specific commit

clone --ref='441c8c55' github.com/stayradiated/clone

checkout specific tag

clone --tag='v1.4.0' github.com/stayradiated/clone

use https (instead of ssh)

By default, clone will use [email protected]: prefix. Pass this flag to use https:// prefix.

clone --https github.com/stayradiated/clone