MCPcopy Index your code
hub / github.com/cooperspencer/gickup

github.com/cooperspencer/gickup @v0.10.45

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.10.45 ↗ · + Follow
221 symbols 752 edges 35 files 66 documented · 30%

Browse by type

Functions 183 Types & classes 38
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

logo GICKUP

Backup your Git repositories with ease.

<strong>
    <a href="https://cooperspencer.github.io/gickup-documentation/" target="_blank">Website</a>
    •
    <a href="https://github.com/cooperspencer/gickup/">GitHub</a>
    •
    <a href="https://cooperspencer.github.io/gickup-documentation/" target="_blank">Docs</a>
</strong>







<a href="https://github.com/cooperspencer/gickup/actions/workflows/docker.yml">
    <img alt="Build and Publish" src="https://github.com/cooperspencer/gickup/actions/workflows/docker.yml/badge.svg">
</a>

What is GICKUP?

Gickup is a tool that allows you to clone/mirror repositories from one host to another. This is useful if you want to have a backup of your repositories on another host or on a local server.

Supported Source and Destinations

You can clone/mirror repositories from: - Github - Gitlab - Codeberg (Forgejo) - Gitea - Gogs - Bitbucket - OneDev - Sourcehut - Any

You can clone/mirror repositories to: - Github - Gitlab - Codeberg (Forgejo) - Gitea - Gogs - OneDev - Sourcehut - Local - S3

If your hoster is not listed, feel free to open an issue and I will add it.

How to make a configuration file

Here is an example

How to run the binary version

./gickup path-to-conf.yml

How to run the Docker image

mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
nano conf.yml # Make your config here
docker-compose up

Compile the binary version

go build .

Compile the Docker Image

git clone https://github.com/cooperspencer/gickup.git
cd gickup
nano docker-compose.yml # Uncomment the Build
nano conf.yml # Make your config here
docker-compose build
docker-compose up

Questions?

If anything is unclear or you have a great idea for the project, feel free to open a discussion about it. https://github.com/cooperspencer/gickup/discussions

Distribution Packages

Distribution Package Maintainer
Arch gickup me
Homebrew gickup
Fedora gickup FrostyX

Issues

The mirroring to Gitlab doesn't work, or at least I can't test it properly because I have no access to a Gitlab EE instance.

Future Ideas

  • Additional VCS
  • GitBucket
  • Add minio as a destination

Core symbols most depended-on inside this repo

Shape

Function 161
Struct 38
Method 22

Languages

Go100%

Modules by API surface

types/types.go41 symbols
types/types_test.go30 symbols
sourcehut/sourcehut.go14 symbols
local/local.go11 symbols
gitcmd/gitcmd.go11 symbols
sourcehut/sourcehut_test.go10 symbols
main.go10 symbols
github/github.go10 symbols
main_test.go9 symbols
sourcehut/types.go7 symbols
gitea/gitea.go7 symbols
logger/logger.go6 symbols

For agents

$ claude mcp add gickup \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page