rollwagen / clown

A Git(lab) group cloner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clown

A Git(lab) group cloner

gopher

Configuration & running

The program requires two config parameters:

  • the hostname of the Gitlab server: GITLAB_HOST
  • a Gitlab authentication token: GITLAB_TOKEN

These can be either provided as environment variables or defined in the configuration file ~/.clown. Environment variables take precedence over the config file.

~/.clown example content:

GITLAB_TOKEN=glpat-sddlj890usdfmlwef
GITLAB_HOST=gitlab.company.com  # no protocol prefix and no trailing slash

Terminology

Bitbucket Github Gitlab
Pull Request Pull Request Merge Request
Snipped Gist Snippet
Repository Repository Project
Teams Organizations Groups

About

A Git(lab) group cloner

License:Other


Languages

Language:Go 97.7%Language:Shell 2.3%