Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
/ gitget Public archive

A little tiny tool to clone a whole GitLab server :)

Notifications You must be signed in to change notification settings

pouyakary/gitget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitGet

A little tiny tool to clone a whole GitLab server :)

How to use

You should have deno and GNU Make. Make yourself a .env file that has a private access token (with full access). The IP / URL of your GitLab. And a backup directory directory in your system so that it can clone there:

ACCESS_TOKEN = XXXXXXXXXXXXXXXXXXXX
GITLAB_IP = XXX.XXX.XXX.XXX
BACKUP_DIRECTORY = ~/somewhere

When the .env was made. Run make run and have it running :)