{"id":18749315,"url":"https://github.com/reedjones/gitgorilla","last_synced_at":"2025-11-26T08:30:16.900Z","repository":{"id":252294296,"uuid":"840006669","full_name":"reedjones/gitgorilla","owner":"reedjones","description":"create a git repository by merging multiple repos into one ","archived":false,"fork":false,"pushed_at":"2024-08-08T19:26:41.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T22:17:07.638Z","etag":null,"topics":["cli","git","git-tools","merge-repository","multiple-repos","multiple-repositories","python","tools"],"latest_commit_sha":null,"homepage":"https://github.com/reedjones/gitgorilla","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reedjones.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-08T19:14:25.000Z","updated_at":"2024-08-08T19:31:27.000Z","dependencies_parsed_at":"2024-08-08T21:56:52.481Z","dependency_job_id":"947bdfb5-4d68-4939-a472-0086d6a9fe40","html_url":"https://github.com/reedjones/gitgorilla","commit_stats":null,"previous_names":["reedjones/gitgorilla"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedjones%2Fgitgorilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedjones%2Fgitgorilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedjones%2Fgitgorilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reedjones%2Fgitgorilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reedjones","download_url":"https://codeload.github.com/reedjones/gitgorilla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239635531,"owners_count":19672190,"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":["cli","git","git-tools","merge-repository","multiple-repos","multiple-repositories","python","tools"],"created_at":"2024-11-07T17:07:09.974Z","updated_at":"2025-11-26T08:30:16.871Z","avatar_url":"https://github.com/reedjones.png","language":"Python","readme":"\n\u003cdiv class='myheader' style=\"padding: 60px;\n  text-align: center;\n  background: #1abc9c;\n  color: white;\n  font-size: 30px;\"\u003e\n  \u003ch1\u003eGitGorilla 🦍\u003c/h1\u003e\n\u003cimg src=\"/logo.jpg\" alt='git gorilla logo' style=\" display: block;\n  margin-left: auto;\n  margin-right: auto;\n  width: 40%;\"/\u003e\n\u003c/div\u003e\n\n**GitGorilla** is a powerful CLI tool that allows you to seamlessly merge multiple Git repositories into a single new repository on GitHub. It automates the creation of the new repository, merges the specified repositories, and provides real-time progress updates, making the process efficient and hassle-free.\n\n## Features\n\n- **Merge Multiple Repositories:** Combine multiple Git repositories into one, preserving their histories.\n- **Automatic Remote Repository Creation:** Uses the `gh` tool to create a new repository on GitHub and sets it up for you.\n- **Progress Tracking:** Displays a progress bar and status updates to keep you informed throughout the process.\n- **Customizable Input:** Accepts various input formats for repository names and URLs.\n- **Interactive Environment Setup:** Prompts for and sets a default GitHub username if not already configured.\n\n## Installation\n\n### Prerequisites\n\n- **Python 3.6+**\n- **`gh` GitHub CLI tool**: [Install the GitHub CLI](https://cli.github.com/)\n- **Git**\n\n### Install GitGorilla\n\nYou can install GitGorilla by cloning the repository and installing the dependencies.\n\n```bash\ngit clone https://github.com/reedjones/gitgorilla.git\ncd gitgorilla\npip install -r requirements.txt\n```\n\n## Usage\n\n### Basic Command\n\n```bash\npython merge_repos.py \u003crepo1\u003e \u003crepo2\u003e \u003cnew_repo_name\u003e --public\n```\n\nExample:\n\n```bash\npython merge_repos.py user/repo1 user/repo2 repo3 my-new-repo --public\n```\n\nThis command will:\n\n- Create a new public GitHub repository named my-new-repo.\n- Merge repo1, repo2, and repo3 into my-new-repo.\n- Push the merged content to the new GitHub repository.\n\n## Options\n\n- --public/--private: Set the visibility of the new repository.\n- --clone: Automatically clone the new repository to your local machine (default behavior).\n\n### Input Formats\n\n- Full URLs: \u003chttps://github.com/user/repo1.git\u003e\n- Short URLs: user/repo1\n- Repo Names Only: repo1 (defaults to the username set in your environment)\n\n#### Setting Default GitHub Username\n\nIf a default GitHub username is not set in your environment, GitGorilla will prompt you to enter one. This will be saved for future use.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request or open an issue if you encounter any problems.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n## Contact\n\nCreated by Reed Jones - feel free to reach out!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freedjones%2Fgitgorilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freedjones%2Fgitgorilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freedjones%2Fgitgorilla/lists"}