Categorygithub.com/ml444/gitool
modulepackage
0.1.3
Repository: https://github.com/ml444/gitool.git
Documentation: pkg.go.dev

# README

gitool

gitlab clone all repo or pull all...

Install

$ go install github.com/ml444/gitool@lastest

Setting

export GITLAB_LOCAL_BASE_DIR=/Users/your/path
export GITLAB_ACCESS_TOKEN=YourAccessToken
export GITLAB_BASE_URL=https://git.your.cn/api/v4
export GITLAB_USERNAME=UserName

Commands

# clone all repo:
$ gitool clone -all 

# clone all repo by setting concurrent count
$ gitool clone -all -C 5

# clone one repo by search 
$ gitool clone -s repo_name

# >>>>pull<<<< 
# pull all repo:
$ gitool pull -all 

# pull all repo by setting concurrent count
$ gitool pull -all -C 5

# pull one repo by search 
$ gitool pull -s repo_name

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author