Skip to content

nutellinoit/gitlab-repo-cloner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab repo cloner

Usage with docker

docker run --rm -it \
-e URL='https://git.example.tld' \
-e POSTFIX='/api/v4/' \
-e PRIVATE_TOKEN='XXXXXX' \
-e USERNAME='yourusername' \
-v $PWD:/tmp/ nutellinoit/gitlab-repo-cloner

or add alias on .bash_profile , .zshrc

alias gital='docker run --rm -it -e URL="https://git.example.tld" -e POSTFIX="/api/v4/" -e PRIVATE_TOKEN="XXXXXX" -e USERNAME="yourusername" -v $PWD:/tmp/ nutellinoit/gitlab-repo-cloner'

About

gitlab repository cloner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Dockerfile 1.9%
  • Makefile 0.8%