Skip to content
/ wogit Public

A command line tool to speed up cloning from GitHub.

License

Notifications You must be signed in to change notification settings

esmyy/wogit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wogit

A command line tool to speed up cloning from GitHub.

install

npm i @esmyy/wogit -g

usage

# from
git clone https://github.com/chalk/chalk.git

# to
wogit clone https://github.com/chalk/chalk.git

# keep other args, same as git
wogit clone https://github.com/chalk/chalk.git --depth=1

switch mirror

use wogit -h to list available mirrors

➜ wogit -h
Usage: wogit [options]

Options:
  -V, --version   output the version number
  -ge --gitee     gitee mirror
  -gc --gitclone  gitclone mirror
  -h, --help      display help for command

for example

wogit clone https://github.com/chalk/chalk.git -ge
wogit clone https://github.com/chalk/chalk.git --gitee

About

A command line tool to speed up cloning from GitHub.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published