Skip to content

A cli tool, git clone repository in the `go get` style.

License

Notifications You must be signed in to change notification settings

WindomZ/gitclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitclone

Build Status License

v0.3.1 status

A cli tool, git clone repository in the go get style.

Features

  • 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

Installation

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

Usage

$ 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

Example

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

License

The MIT License

About

A cli tool, git clone repository in the `go get` style.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages