A cli tool, git clone repository in the go get
style.
- gitclone - git clone repository in the
go get
style - gitclone list - prints a list of repositories witch in the current directory
- gitclone search - search repositories witch in current directory
- gitclone link -
gitclone
a repository from the directory to current directory
To install cli, run:
$ go get github.com/WindomZ/gitclone
Make sure your PATH
includes the $GOPATH/bin
directory,
if NOT you can run:
export PATH=$PATH:$GOPATH/bin
$ gitclone -h
A cli tool, git clone repository in the `go get` style.
Usage:
gitclone list
gitclone search
gitclone link
gitclone <repo>
gitclone -h | --help
gitclone --version
git clone
(or git pull
) this repo(github.com/WindomZ/gitclone
),
simply run:
gitclone https://github.com/WindomZ/gitclone.git
or
gitclone -u https://github.com/WindomZ/gitclone.git
Finally, get the directory structure:
|- .
|- ..
|- github.com
| - WindomZ
| - gitclone
The MIT License