Skip to content

studerluk/Glone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glone

Glone is intended as git repo management tool supporting the following feature:

  • Download all your projects from GitLab while maintaining the repo structure.
  • Run any git command on a list of repositories, be it the same command on all, or individual commands for each
  • Synchronize local repos with a number of remotes
  • Show which repos have locla changes

Requirements

apt install \
	python3 \
	pyhton3-pip

pip3 install -r requirements.txt

Quick Start

GitLab Access/Server configuration

~/.python-gitlab.cfg (See python-gitlab docs for more info)

[global]
default = my-server
ssl_verify = true
timeout = 60

[my-server]
url = <base-url>
private_token = <token>
api_version = 4

Running Glone

python3 ./glone.py -f <config.yml> [--prefix <prefix>]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors