{"id":17042988,"url":"https://github.com/mizzy/gitpusher","last_synced_at":"2025-04-12T15:10:33.497Z","repository":{"id":3027984,"uuid":"4048033","full_name":"mizzy/gitpusher","owner":"mizzy","description":"A command line tool for replicating git repositories from one service to another","archived":false,"fork":false,"pushed_at":"2013-01-29T18:09:15.000Z","size":215,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T09:44:50.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-17T02:08:50.000Z","updated_at":"2021-11-28T16:56:29.000Z","dependencies_parsed_at":"2022-08-20T22:30:37.158Z","dependency_job_id":null,"html_url":"https://github.com/mizzy/gitpusher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fgitpusher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fgitpusher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fgitpusher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizzy%2Fgitpusher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizzy","download_url":"https://codeload.github.com/mizzy/gitpusher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248401192,"owners_count":21097327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:27:06.609Z","updated_at":"2025-04-12T15:10:33.466Z","avatar_url":"https://github.com/mizzy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitpusher\n\ngitpusher is a command line tool for replicating git repositories from one service to another.\n\n```\n$ gitpusher -c default.yml\n```\n\ndefault.yml is like this.\n\n```\n:base_dir: /var/repos\n:src:\n  :type: github\n:dest:\n  :type: bitbucket\n```\n\nWith this settings, all of your repositories on GitHub will be replicated to Bitbucket.\n(User name and password of each service are asked when you run the command first.)\n\nIf you would like to replicate GitHub organization's repos instead of your own repos, settings are like this.\n\n```\n:base_dir: /var/repos\n:src:\n  :type: github\n  :organization: github_organization_name\n:dest:\n  :type: bitbucket\n```\n\nNow this tool supports only replicating from GitHub to Bitbucket.\n\n## Parallel processing\n\nYou will spend a lot of time when you have many repositories.\nNow, to save your time, gitpusher supports parallel processing.\n\nYou can specify the number of processes by `--process`, or `-p`, option.\n\nIf you do:\n\n```\n$ gitpusher -c default.yml --process 6\n```\n\nthen 6 repositories are processed at a time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Fgitpusher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizzy%2Fgitpusher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizzy%2Fgitpusher/lists"}