Clone into a GOPATH like directory structure
go install github.com/icholy/git-get@latest
git get [<options>] [--] <repo>
- Arguments are forwarded directly to
git clone
. - The
<repo>
parameter MUST be placed last.
By default, repositories are cloned to ~/src
.
This can be changed with the GIT_GET_PATH
env variable.