Skip to content

python3 tool to mirror git repos into several mirrors. useful to migrate repos to other hosters.

Notifications You must be signed in to change notification settings

KageKirin/git-mirror

Repository files navigation

Repotools

tools for handling repos (who could've guessed?).

Requirements

  • Python3
  • run pip install -r requirements.txt
  • git, accessible in path

git-mirror

tool to mirror 1 git repo into a local copy + onto several remote repos.

git-mirror -c config.yaml

config.yaml

Format (should) be like this:

local_copy: 
  origin: origin.git 
  mirrors:
    - mirror1.git
    - mirror2.git
    - mirror3.git etc

other tools?

TODO: add branch extractors etc into this

About

python3 tool to mirror git repos into several mirrors. useful to migrate repos to other hosters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages